Skip to content

Commit

Permalink
Fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
bpepple committed Nov 26, 2024
1 parent bfeb5d1 commit 85fdefb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esak/schemas/generic.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
- GenericCreator
"""

__all__ = ["GenericItem", "GenericStory", "GenericCreator"]
__all__ = ["GenericCreator", "GenericItem", "GenericStory"]

from pydantic import Field, HttpUrl

Expand Down

0 comments on commit 85fdefb

Please sign in to comment.