Syntax error
This commit is contained in:
parent
bbae5ef63f
commit
13e6a98d86
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ class Driver(ABC):
|
||||||
message_space="_",
|
message_space="_",
|
||||||
message_author=""):
|
message_author=""):
|
||||||
"""Initialize the driver."""
|
"""Initialize the driver."""
|
||||||
)
|
|
||||||
@abstractmethod
|
@abstractmethod
|
||||||
def create_message(self,
|
def create_message(self,
|
||||||
message: str,
|
message: str,
|
||||||
|
|
Loading…
Reference in a new issue