We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90c3d60 commit 35dc2f5Copy full SHA for 35dc2f5
1 file changed
examples/api_for_tortoise_orm/helpers/factories/exceptions.py
@@ -32,9 +32,3 @@ class ExceptionAfterCommit(Exception):
32
"""The exception thrown after the object was created by the factory."""
33
34
pass
35
-
36
37
-class ExceptionBeforeCommit(Exception):
38
- """The exception thrown before the object was created by the factory."""
39
40
- pass
0 commit comments