Skip to content
Snippets Groups Projects
Commit 3595e4e0 authored by durin42's avatar durin42
Browse files

demandimportpy3: update to pass import checker

parent b4294ff1
No related branches found
No related tags found
No related merge requests found
......@@ -27,8 +27,6 @@
from __future__ import absolute_import
import contextlib
import sys
import importlib.abc
import importlib.machinery
import importlib.util
......@@ -32,6 +30,7 @@
import importlib.abc
import importlib.machinery
import importlib.util
import sys
_deactivated = False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment