Skip to content

Commit

Permalink
remove gin test case import
Browse files Browse the repository at this point in the history
  • Loading branch information
cobycloud committed Nov 1, 2024
1 parent 34eb0e8 commit 84b8503
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions pkg/crouton/tests/implementations/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,7 @@
databases_implementation_custom_ids,
databases_implementation_string_pk,
)
from .gino_ import (
gino_implementation,
gino_implementation_custom_ids,
gino_implementation_integrity_errors,
gino_implementation_string_pk,
)

from .memory import memory_implementation
from .ormar_ import (
ormar_implementation,
Expand Down

0 comments on commit 84b8503

Please sign in to comment.