We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87081ae commit 97368ffCopy full SHA for 97368ff
1 file changed
taskchampion.pyi
@@ -168,7 +168,7 @@ class Annotation:
168
entry: datetime
169
description: str
170
171
- def __init__(self, entry: datetime, description: str) -> None: ...
+ def __new__(cls, entry: datetime, description: str): ...
172
173
@final
174
class DependencyMap:
@@ -177,6 +177,6 @@ class DependencyMap:
177
178
179
class Tag:
180
- def __init__(self, tag: str): ...
+ def __new__(cls, tag: str): ...
181
def is_synthetic(self) -> bool: ...
182
def is_user(self) -> bool: ...
0 commit comments