Skip to content

Commit 35dc2f5

Browse files
committed
remove unused ExceptionBeforeCommit exception
1 parent 90c3d60 commit 35dc2f5

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

examples/api_for_tortoise_orm/helpers/factories/exceptions.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,3 @@ class ExceptionAfterCommit(Exception):
3232
"""The exception thrown after the object was created by the factory."""
3333

3434
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

Comments
 (0)