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 16, 2024
1 parent a0fc1a7 commit 648d2d9
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 648d2d9

Please sign in to comment.