mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-06-08 11:22:10 +03:00
Added bool to valid set args
This commit is contained in:
parent
63c3c55b9b
commit
82fc4b56f7
@ -222,7 +222,7 @@ class AbstractConfig(abc.ABC):
|
|||||||
raise NotImplementedError
|
raise NotImplementedError
|
||||||
|
|
||||||
@abstractmethod
|
@abstractmethod
|
||||||
def set(self, key: str, val: Union[int, str, List[str]]) -> None:
|
def set(self, key: str, val: Union[int, str, List[str], bool]) -> None:
|
||||||
"""Set the given key to the given data."""
|
"""Set the given key to the given data."""
|
||||||
raise NotImplementedError
|
raise NotImplementedError
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user