Skip to content

Commit 1a11b2f

Browse files
chore: auto fixes from pre-commit hooks
1 parent c839d51 commit 1a11b2f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

doc/source/conf.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626
import os
2727
import re
2828

29+
import ansys.tools.visualization_interface as viz_interface
2930
from ansys_sphinx_theme import ansys_favicon, pyansys_logo_white
3031
import pyvista as pv
3132
from pyvista.plotting.utilities.sphinx_gallery import DynamicScraper
32-
import ansys.tools.visualization_interface as viz_interface
3333

3434
# Env vars
3535
os.environ["DOC_BUILD"] = "true"
@@ -182,7 +182,10 @@ def examples_gallery_dirs_and_filename_pattern():
182182
"remove_config_comments": True,
183183
"default_thumb_file": pyansys_logo_white,
184184
"show_signature": False,
185-
"image_scrapers": (DynamicScraper(), "matplotlib", ),
185+
"image_scrapers": (
186+
DynamicScraper(),
187+
"matplotlib",
188+
),
186189
}
187190

188191

0 commit comments

Comments
 (0)