Skip to content

Commit b5a2f12

Browse files
committed
fix: remove redundant abstract method decorator
1 parent 457f2d3 commit b5a2f12

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/bss/adapters/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,6 @@ def retrieve_contacts(self, session: SessionInfo, user: UserInfo) -> List[Contac
246246
"""List of other extensions in the PBX"""
247247
raise NotImplementedError("Override this method in your sub-class")
248248

249-
@abstractmethod
250249
def retrieve_contact_by_user_id(self, session: SessionInfo, user: UserInfo, user_id: str) -> ContactInfo:
251250
"""Retrieve extension by User ID in the PBX"""
252251
raise NotImplementedError("Override this method in your sub-class")

0 commit comments

Comments
 (0)