Skip to content

Commit 39147b3

Browse files
committed
Add solvedac_token parameter to AbstractHTTPClient constructor
1 parent 0b23248 commit 39147b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

solvedac_community/HTTPClients/abstract_http_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
class AbstractHTTPClient(metaclass=ABCMeta):
2525
@abstractmethod
26-
def __init__(self):
26+
def __init__(self, solvedac_token: Optional[str] = None):
2727
pass
2828

2929
@abstractmethod

0 commit comments

Comments
 (0)