Enable mypy disallow_untyped_defs (#2609)

This commit is contained in:
Trim21
2023-07-14 21:47:24 +02:00
committed by GitHub
parent 8816889a7d
commit 294c0cc9c5
130 changed files with 597 additions and 412 deletions
-3
View File
@@ -1,11 +1,8 @@
from datetime import datetime
from typing import List
from github.GithubObject import NonCompletableGithubObject
class StatsCodeFrequency(NonCompletableGithubObject):
def _initAttributes(self) -> None: ...
def _useAttributes(self, attributes: List[int]) -> None: ...
@property
def additions(self) -> int: ...
@property