Skip to content

Commit 885dd30

Browse files
committed
Fix invalid abstract method
1 parent c61f90f commit 885dd30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

riemann_client/transport.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def disconnect(self):
5959
pass
6060

6161
@abc.abstractmethod
62-
def send(self):
62+
def send(self, message):
6363
pass
6464

6565

0 commit comments

Comments
 (0)