We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 797e460 commit 312d50cCopy full SHA for 312d50c
docs/conf.py
@@ -36,7 +36,7 @@
36
]
37
38
39
-def reset_napari(gallery_conf, fname):
+def reset_napari(gallery_conf, fname): # type: ignore[no-untyped-def]
40
from napari.settings import get_settings
41
from qtpy.QtWidgets import QApplication
42
@@ -49,7 +49,7 @@ def reset_napari(gallery_conf, fname):
49
QApplication.exec_ = lambda _: None
50
51
52
-def napari_scraper(block, block_vars, gallery_conf):
+def napari_scraper(block, block_vars, gallery_conf): # type: ignore[no-untyped-def]
53
"""Basic napari window scraper.
54
55
Looks for any QtMainWindow instances and takes a screenshot of them.
0 commit comments