Skip to content

Commit

Permalink
build: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
klen committed Nov 2, 2024
1 parent d9dd155 commit fbf6fef
Show file tree
Hide file tree
Showing 3 changed files with 613 additions and 486 deletions.
9 changes: 1 addition & 8 deletions muffin_peewee/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,7 @@
from peewee_aio.model import AIOModel
from peewee_migrate import Router

from .fields import (
Choices,
IntEnumField,
JSONLikeField,
JSONPGField,
StrEnumField,
URLField,
)
from .fields import Choices, IntEnumField, JSONLikeField, JSONPGField, StrEnumField, URLField

if TYPE_CHECKING:
from muffin import Application
Expand Down
Loading

0 comments on commit fbf6fef

Please sign in to comment.