Skip to content

Commit

Permalink
fix: Stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Nukesor committed May 11, 2024
1 parent aa087cb commit 98dacdc
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/app/schemas/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from .entry_event import EntryEvent, EntryEventCreate, EntryEventType, GuestsOnSite
from .event import Event, EventCreate, EventUpdate
from .guest import Guest, GuestCreate, GuestUpdate
from .entry_event import EntryEvent, EntryEventCreate, EntryEventType, GuestsOnSite
from .registration import (
Registration,
RegistrationCreate,
Expand Down
16 changes: 15 additions & 1 deletion backend/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ typer = { extras = ["all"], version = "^0.12" }

[tool.poetry.dev-dependencies]
ruff = "^0.4"
faker = "25"

# Check the Ruff documentation for more info on how to configure this
# General docs: https://docs.astral.sh/ruff/configuration/
Expand Down

0 comments on commit 98dacdc

Please sign in to comment.