We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8bea71 commit f16de6dCopy full SHA for f16de6d
src/use_notify/notification.py
@@ -8,7 +8,7 @@
8
class Publisher:
9
"""A class that publishes notifications to multiple channels."""
10
11
- def __init__(self, channels: Optional[List[channels_models]] = None):
+ def __init__(self, channels: Optional[List[channels_models.BaseChannel]] = None):
12
if channels is None:
13
channels = []
14
self.channels = channels
0 commit comments