]> granicus.if.org Git - graphviz/commitdiff
suppress an import-position Pylint warning
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 24 Apr 2021 17:24:31 +0000 (10:24 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 1 May 2021 00:35:17 +0000 (17:35 -0700)
tests/regression_tests/shapes/test_shapes.py

index 2b713068cc0136f521b0436e15c817c673dafdb6..36959f072646b02139af214bc08815a42715477d 100644 (file)
@@ -6,7 +6,7 @@ import pytest
 
 # Import helper function to compare graphs from tests/regressions_tests
 sys.path.insert(0, str(Path(__file__).resolve().parent.parent))
-from regression_test_helpers import compare_graphs
+from regression_test_helpers import compare_graphs #pylint: disable=C0413
 
 shapes = [
     "box",