Skip to content

Commit

Permalink
Fix isort
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackYps committed Sep 1, 2023
1 parent 46f966c commit 02180d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/league_service/typedefs.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from enum import Enum
from typing import Callable, Dict, List, NamedTuple, Optional, Tuple, NewType
from typing import Callable, Dict, List, NamedTuple, NewType, Optional, Tuple

from ..decorators import with_logger

Expand Down

0 comments on commit 02180d7

Please sign in to comment.