Skip to content

Commit

Permalink
type stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvanmele committed Sep 17, 2023
1 parent fab631a commit c6132d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/compas_blender/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# type: ignore
import os
import compas

try:
import bpy # noqa: F401
import bpy
except ImportError:
pass
else:
Expand Down

0 comments on commit c6132d7

Please sign in to comment.