Skip to content

Commit

Permalink
fix(api-client): correct relative import
Browse files Browse the repository at this point in the history
  • Loading branch information
nfrasser committed Dec 13, 2024
1 parent 36edad7 commit 4fccb6a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cryosparc/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@

import httpx

from cryosparc.errors import APIError

from . import registry
from .errors import APIError
from .json_util import api_default, api_object_hook
from .models.auth import Token
from .stream import Streamable
Expand Down

0 comments on commit 4fccb6a

Please sign in to comment.