style(all): sort imports with isort

This commit is contained in:
Gergő Jedlicska
2022-12-09 20:48:02 +01:00
parent 5a1d624979
commit e805b8ac6e
57 changed files with 214 additions and 190 deletions
+4 -3
View File
@@ -1,9 +1,10 @@
import random
import string
from typing import List
from specklepy.api import operations
from specklepy.api.wrapper import StreamWrapper
from specklepy.objects import Base
from specklepy.api import operations
import string
import random
class Sub(Base):