Skip to content

Commit

Permalink
Update io_type.py
Browse files Browse the repository at this point in the history
gimme the green checkmark
  • Loading branch information
redruin1 committed Aug 6, 2022
1 parent 4eca15c commit ee156ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion draftsman/classes/mixins/io_type.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

try:
from typing import Literal
except ImportError:
except ImportError: # pragma: no coverage
from typing_extensions import Literal


Expand Down

0 comments on commit ee156ce

Please sign in to comment.