Skip to content

Commit

Permalink
Merge fa01e03 into 199f689
Browse files Browse the repository at this point in the history
  • Loading branch information
amazingguni committed Jul 13, 2023
2 parents 199f689 + fa01e03 commit a982e1f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions casbin_async_sqlalchemy_adapter/adapter.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@
from sqlalchemy import Column, Integer, String
from sqlalchemy import or_
from sqlalchemy.ext.asyncio import create_async_engine, AsyncSession
from sqlalchemy.ext.declarative import declarative_base
from sqlalchemy.future import select
from sqlalchemy.orm import sessionmaker
from sqlalchemy.orm import declarative_base, sessionmaker

Base = declarative_base()

Expand Down

0 comments on commit a982e1f

Please sign in to comment.