Skip to content

Commit

Permalink
Update imports after rebase.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielballan committed Oct 31, 2024
1 parent 19a69ed commit 87b60d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tiled/adapters/jpeg.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@

from ..structures.array import ArrayStructure, BuiltinDtype
from ..structures.core import Spec, StructureFamily
from ..type_aliases import JSON, NDSlice
from ..utils import path_from_uri
from .protocols import AccessPolicy
from .resource_cache import with_resource_cache
from .sequence import FileSequenceAdapter
from .type_alliases import JSON, NDSlice


class JPEGAdapter:
Expand Down
2 changes: 1 addition & 1 deletion tiled/adapters/sequence.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@

from ..structures.array import ArrayStructure, BuiltinDtype
from ..structures.core import Spec
from ..type_aliases import JSON, NDSlice
from ..utils import path_from_uri
from .protocols import AccessPolicy
from .type_alliases import JSON, NDSlice


class FileSequenceAdapter:
Expand Down

0 comments on commit 87b60d5

Please sign in to comment.