Skip to content

Commit

Permalink
Added API call for retrieving edition.
Browse files Browse the repository at this point in the history
  • Loading branch information
Makistos committed Jul 31, 2024
1 parent 1d8e7b4 commit 8047bdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/impl_editions.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
)
from app.route_helpers import new_session
from app.model import (BindingBriefSchema, EditionSchema, ShortBriefSchema,
EditionBriefSchema, EditionSchema)
EditionBriefSchema)
from app.impl import ResponseType, check_int
from app.impl_pubseries import add_pubseries
from app.types import ContributorTarget, HttpResponseCode
Expand Down

0 comments on commit 8047bdf

Please sign in to comment.