Skip to content

Commit

Permalink
import Core client by default
Browse files Browse the repository at this point in the history
  • Loading branch information
KatKatKateryna committed Sep 4, 2023
1 parent 91edd4f commit 5e8b54e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/specklepy/transports/server/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

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
Expand Down

0 comments on commit 5e8b54e

Please sign in to comment.