Skip to content

Commit bfffc82

Browse files
ayssar.mbayssar.mb
ayssar.mb
authored and
ayssar.mb
committed
Fix isort error
1 parent 154d082 commit bfffc82

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

testsuite/pytests/test_visualization.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,10 @@
3939
PLOTTING_POSSIBLE = False
4040

4141
try:
42-
import pydot # noqa: F401
4342
import shutil
4443

44+
import pydot # noqa: F401
45+
4546
HAVE_PYDOT = shutil.which("dot") is not None
4647
except ImportError:
4748
HAVE_PYDOT = False

0 commit comments

Comments
 (0)