Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterKraus committed Jul 5, 2024
1 parent 0b2e926 commit 6087591
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/dgbowl_schemas/tomato/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ def to_payload(**kwargs):
firste = e
raise ValueError(firste)


__all__ = [
"payload",
"to_payload",
]
]
2 changes: 1 addition & 1 deletion src/dgbowl_schemas/tomato/payload/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from ..payload_1_0 import Payload

__all__ = ["Payload"]
__all__ = ["Payload"]

0 comments on commit 6087591

Please sign in to comment.