Reexport NoResultFound in orm/exc (#8782)

This commit is contained in:
kasium
2022-09-22 11:57:29 +02:00
committed by GitHub
parent 008fe2e764
commit 66751e2ebf

View File

@@ -1,6 +1,7 @@
from typing import Any
from .. import exc as sa_exc
from ..exc import NoResultFound as NoResultFound
NO_STATE: Any