mirror of
https://github.com/zulip/zulip.git
synced 2025-11-10 08:56:10 +00:00
requirements: Upgrade Python requirements.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
(cherry picked from commit 93198a19ed)
This commit is contained in:
committed by
Tim Abbott
parent
893c10f869
commit
2e4785f51c
@@ -50,5 +50,4 @@ class BaseNotes(Generic[_KeyT, _DataT], metaclass=ABCMeta):
|
||||
|
||||
@classmethod
|
||||
@abstractmethod
|
||||
def init_notes(cls) -> _DataT:
|
||||
...
|
||||
def init_notes(cls) -> _DataT: ...
|
||||
|
||||
Reference in New Issue
Block a user