Skip to content

Commit

Permalink
Fixing merge
Browse files Browse the repository at this point in the history
  • Loading branch information
glenrobson committed Oct 4, 2024
1 parent a3baf0b commit 949034e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iiify/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from flask_cors import CORS
from flask_caching import Cache
from iiif2 import iiif, web
from .resolver import ia_resolver, create_manifest, create_manifest3, scrape, getids, \
from .resolver import ia_resolver, create_manifest, create_manifest3, scrape, \
collection, purify_domain, cantaloupe_resolver, create_collection3, IsCollection, \
create_annotations, create_vtt_stream
from .configs import options, cors, approot, cache_root, media_root, \
Expand Down

0 comments on commit 949034e

Please sign in to comment.