Commit 1effdf04 authored by Stefan Behnel's avatar Stefan Behnel

disable pylint warning

parent 386da290
......@@ -6,5 +6,5 @@ from Cython.Shadow import *
def load_ipython_extension(ip):
"""Load the extension in IPython."""
from Cython.Build.IpythonMagic import CythonMagics
from Cython.Build.IpythonMagic import CythonMagics # pylint: disable=cyclic-import
ip.register_magics(CythonMagics)
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