Skip to content

Commit

Permalink
Removed useless get_async_base_model
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshYuJump committed Mar 12, 2022
1 parent fe3094c commit f51a277
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions bali/db/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,10 +194,6 @@ def update_or_create(cls, defaults: Dict = None, **kwargs):
return BaseModel


def get_async_base_model(db=None):
return AsyncModelManager


class AsyncModelManager:
"""Async model bind to aio"""

Expand Down

0 comments on commit f51a277

Please sign in to comment.