Skip to content

Commit

Permalink
Fix isort warning
Browse files Browse the repository at this point in the history
  • Loading branch information
AliOsm authored Jul 1, 2024
1 parent a40faff commit bff5f04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tafrigh/types/segment_type.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import sys


if sys.version_info < (3, 11):
from typing_extensions import NotRequired, TypedDict
else:
Expand Down

0 comments on commit bff5f04

Please sign in to comment.