style(all-project): fix all linting errors across the project with the current setup

This commit is contained in:
Gergő Jedlicska
2022-12-20 14:46:36 +01:00
parent 2cf9b64221
commit fcc33f8989
11 changed files with 191 additions and 76 deletions
+2 -1
View File
@@ -1,3 +1,5 @@
from devtools import debug
from specklepy.api import operations
from specklepy.objects.geometry import Base
from specklepy.objects.units import Units
@@ -13,7 +15,6 @@ base = Base()
for prop, value in dct.items():
base.__setattr__(prop, value)
from devtools import debug
debug(base)
debug(base.units)