Merge pull request #292 from specklesystems/2.16-hotfixes

2.16 hotfixes
This commit is contained in:
Jedd Morgan
2023-09-04 21:02:37 +01:00
committed by GitHub
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -24,6 +24,7 @@ METRICS_TRACKER = None
# actions
SDK = "SDK Actions"
CONNECTOR = "Connector Action"
RECEIVE = "Receive"
SEND = "Send"
+1 -1
View File
@@ -4,7 +4,7 @@ from warnings import warn
import requests
from specklepy.api.client import SpeckleClient
from specklepy.core.api.client import SpeckleClient
from specklepy.core.api.credentials import Account, get_account_from_token
from specklepy.logging.exceptions import SpeckleException, SpeckleWarning
from specklepy.transports.abstract_transport import AbstractTransport