Commit a95dc099 authored by Jason Madden's avatar Jason Madden

pyflakes. [skip ci]

parent fc3b2514
import _import_patch
__import__('_import_patch')
......@@ -3,4 +3,4 @@
# if the monkey patch is done when the importlib import lock is held
# (e.g., during recursive imports) we could fail to release the lock.
# This is surprisingly common.
import _import_import_patch
__import__('_import_import_patch')
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment