Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
FriedrichFroebel committed Oct 28, 2023
1 parent 715801a commit d005535
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions brother_ql_web/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

if sys.version_info < (3, 9):
from typing import Type

BACKEND_TYPE = Type[BrotherQLBackendGeneric]
else:
BACKEND_TYPE = type[BrotherQLBackendGeneric]
Expand Down

0 comments on commit d005535

Please sign in to comment.