Skip to content

Commit 12497ee

Browse files
committed
Regenerate asyncpg.exceptions.
1 parent 15c76ff commit 12497ee

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

asyncpg/exceptions/__init__.py

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -780,10 +780,6 @@ class LockNotAvailableError(ObjectNotInPrerequisiteStateError):
780780
sqlstate = '55P03'
781781

782782

783-
class UnsafeNewEnumValueUsageError(ObjectNotInPrerequisiteStateError):
784-
sqlstate = '55P04'
785-
786-
787783
class OperatorInterventionError(_base.PostgresError):
788784
sqlstate = '57000'
789785

@@ -1102,8 +1098,8 @@ class IndexCorruptedError(InternalServerError):
11021098
'UndefinedColumnError', 'UndefinedFileError',
11031099
'UndefinedFunctionError', 'UndefinedObjectError',
11041100
'UndefinedParameterError', 'UndefinedTableError',
1105-
'UniqueViolationError', 'UnsafeNewEnumValueUsageError',
1106-
'UnterminatedCStringError', 'UntranslatableCharacterError',
1107-
'WindowingError', 'WithCheckOptionViolationError',
1108-
'WrongObjectTypeError', 'ZeroLengthCharacterStringError'
1101+
'UniqueViolationError', 'UnterminatedCStringError',
1102+
'UntranslatableCharacterError', 'WindowingError',
1103+
'WithCheckOptionViolationError', 'WrongObjectTypeError',
1104+
'ZeroLengthCharacterStringError'
11091105
)

0 commit comments

Comments
 (0)