Skip to content

Commit 81a8224

Browse files
committed
Make get_hooks abstract.
1 parent 0aef37e commit 81a8224

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ldclient/plugin.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ def register(self, client: Any, metadata: EnvironmentMetadata) -> None:
8383
"""
8484
pass
8585

86+
@abstractmethod
8687
def get_hooks(self, metadata: EnvironmentMetadata) -> List[Hook]:
8788
"""
8889
Get a list of hooks that this plugin provides.

0 commit comments

Comments
 (0)