Skip to content

Commit

Permalink
Initialize helper.
Browse files Browse the repository at this point in the history
  • Loading branch information
markpbaggett committed Jan 6, 2025
1 parent 3d2f7e4 commit e549d21
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion iiif_prezi3/helpers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from .add_label import AddLabel # noqa: F401
from .add_metadata import AddMetadata # noqa: F401
from .add_range import AddRange # noqa: F401
from .add_rendering import AddRendering # noqa: F401
from .add_rendering import AddRendering # noqa: F401
from .add_service import AddService # noqa: F401
from .add_thumbnail import AddThumbnail # noqa: F401
from .annotation_helpers import AnnotationHelpers # noqa: F401
Expand Down
5 changes: 3 additions & 2 deletions iiif_prezi3/helpers/add_rendering.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from ..loader import monkeypatch_schema
from ..skeleton import (ExternalItem, AnnotationPage, AccompanyingCanvas, Annotation, AnnotationCollection, Canvas,
PlaceholderCanvas, Range, ResourceItem, Collection, Manifest)
from ..skeleton import (AccompanyingCanvas, Annotation, AnnotationCollection,
AnnotationPage, Canvas, Collection, ExternalItem,
Manifest, PlaceholderCanvas, Range, ResourceItem)


class AddRendering:
Expand Down

0 comments on commit e549d21

Please sign in to comment.