Skip to content

Commit

Permalink
fixed future imports
Browse files Browse the repository at this point in the history
  • Loading branch information
nfearnley committed May 21, 2024
1 parent 1667c6d commit f8a5f38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sizebot/lib/macrovision.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from __future__ import annotations
from typing import Any, TYPE_CHECKING
if TYPE_CHECKING:
from sizebot.lib.userdb import User
Expand Down

0 comments on commit f8a5f38

Please sign in to comment.