Skip to content

Commit

Permalink
Import lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wbond committed Aug 17, 2023
1 parent 4fc99fa commit 7b870dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev/_import.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@
import sys
import os

from . import build_root, package_name, package_root

if sys.version_info < (3, 5):
import imp
else:
import importlib
import importlib.machinery
import importlib.util

from . import build_root, package_name, package_root

if sys.version_info < (3,):
getcwd = os.getcwdu
Expand Down

0 comments on commit 7b870dd

Please sign in to comment.