Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 93ec79d

Browse files
authored
remove glfw import that leaked in (#696)
1 parent 78fa6d9 commit 93ec79d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/image_widget/image_widget.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
# test_example = true
1212
# sphinx_gallery_pygfx_docs = 'screenshot'
13-
import glfw
13+
1414
import fastplotlib as fpl
1515
import imageio.v3 as iio # not a fastplotlib dependency, only used for examples
1616

0 commit comments

Comments
 (0)