Skip to content

Commit ad4b738

Browse files
committed
missing annotations import
1 parent b21e681 commit ad4b738

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

twitchio/user.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2222
DEALINGS IN THE SOFTWARE.
2323
"""
24+
from __future__ import annotations
2425

2526
import datetime
2627
import time

0 commit comments

Comments
 (0)