mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-01 19:31:10 +00:00
Enable mypy disallow_untyped_defs (#2609)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user