mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-17 22:11:36 +00:00
bonsai - sort imports
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
import bonsai, json, bpy
|
||||
import json
|
||||
from pathlib import Path
|
||||
|
||||
import bpy
|
||||
|
||||
import bonsai
|
||||
|
||||
repo_path = Path(bonsai.__file__).resolve().parent
|
||||
install_path = Path(bonsai.__file__).absolute().parent
|
||||
assert repo_path != install_path, "Run `dev_environment.py` to setup the development environment symlinks first."
|
||||
|
||||
Reference in New Issue
Block a user