Skip to content

Commit c11b4a8

Browse files
committed
import math after mewnala import
1 parent 1a4f2ec commit c11b4a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/processing_pyo3/examples/gltf_load.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import math
21
from mewnala import *
2+
import math
33

44
gltf = None
55
duck_geo = None

0 commit comments

Comments
 (0)