Remove erroneous type
This commit is contained in:
parent
a4ad78cec3
commit
e2af6dd7ac
@ -58,7 +58,7 @@ engine = sqlalchemy.create_engine(
|
|||||||
|
|
||||||
|
|
||||||
@contextmanager
|
@contextmanager
|
||||||
def Session() -> Session:
|
def Session():
|
||||||
frame = inspect.stack()[2]
|
frame = inspect.stack()[2]
|
||||||
file = frame.filename
|
file = frame.filename
|
||||||
function = frame.function
|
function = frame.function
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user