Skip to content

Commit

Permalink
Fix typecheck for 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
7x11x13 committed Nov 2, 2024
1 parent 3b5029a commit eaa26fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scdl/scdl.py
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ def __enter__(self):

def __exit__(
self,
exc_type: Optional[type[BaseException]],
exc_type: Optional[Type[BaseException]],
exc_value: Optional[BaseException],
traceback: Optional[TracebackType],
) -> None:
Expand Down

0 comments on commit eaa26fc

Please sign in to comment.