]> granicus.if.org Git - graphviz/commitdiff
squash a wrong-import-position Pylint warning
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 2 May 2021 01:28:32 +0000 (18:28 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 8 May 2021 03:53:14 +0000 (20:53 -0700)
rtest/test_sprint.py

index d1be6b4206aede8cb4ab24622d1ebb8e0bdaae9e..e8c00d725d7ab658ab01094709dddcf9303f3667 100644 (file)
@@ -5,7 +5,7 @@ from pathlib import Path
 import sys
 
 sys.path.append(os.path.dirname(__file__))
-from gvtest import run_c
+from gvtest import run_c #pylint: disable=C0413
 
 def test_sprint():
   """run the sprint unit tests"""