Merge pull request #292 from specklesystems/2.16-hotfixes
2.16 hotfixes
This commit is contained in:
@@ -24,6 +24,7 @@ METRICS_TRACKER = None
|
||||
|
||||
# actions
|
||||
SDK = "SDK Actions"
|
||||
CONNECTOR = "Connector Action"
|
||||
RECEIVE = "Receive"
|
||||
SEND = "Send"
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user