Skip to content

Commit f598c2e

Browse files
committed
Remove superflous import
1 parent 0677bc2 commit f598c2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

easybuild/tools/include.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
if 'char' in dir():
7777
del char
7878
79-
__path__ = __import__('pkgutil').extend_path(__path__, __name__)
79+
__path__ = pkgutil.extend_path(__path__, __name__)
8080
"""
8181

8282

0 commit comments

Comments
 (0)