Skip to content

Commit

Permalink
Update karapace/errors.py
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan Skraba <[email protected]>
  • Loading branch information
libretto and RyanSkraba authored Mar 15, 2023
1 parent 6a6b004 commit 434ebb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion karapace/errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class SubjectNotSoftDeletedException(Exception):


class ReferenceExistsException(Exception):
def __init__(self, referenced_by: List, version: Version):
def __init__(self, referenced_by: Referents, version: Version):
super().__init__()
self.version = version
self.referenced_by = referenced_by
Expand Down

0 comments on commit 434ebb7

Please sign in to comment.