Skip to content

Commit

Permalink
comment out annotation import in all modules
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximilianFranz committed Feb 24, 2020
1 parent f6baf67 commit bfe2e6f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/justcause/data/transport.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
have to be downloaded first.
"""
from __future__ import annotations
# Uncomment only when we require Python >= 3.7
# from __future__ import annotations

import logging
from os import PathLike
Expand Down

0 comments on commit bfe2e6f

Please sign in to comment.