Skip to content

Commit

Permalink
install: fix import order
Browse files Browse the repository at this point in the history
Signed-off-by: Filipe Laíns <[email protected]>
  • Loading branch information
FFY00 committed Jul 16, 2020
1 parent 7213672 commit eecca93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@


if sys.version_info >= (3, 5) or (sys.version_info < (3,) and sys.version_info >= (2, 7)):
from typing import Any, List, Dict
from typing import Any, Dict, List

if sys.version_info < (3,):
FileNotFoundError = IOError
Expand Down

0 comments on commit eecca93

Please sign in to comment.