mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-14 22:21:44 +08:00
Fixing flake8 E303 errors
This commit is contained in:
2
third_party/3/pkg_resources.pyi
vendored
2
third_party/3/pkg_resources.pyi
vendored
@@ -102,8 +102,6 @@ class Requirement:
|
||||
-> bool: ...
|
||||
def __eq__(self, other_requirement: Any) -> bool: ...
|
||||
|
||||
|
||||
|
||||
def load_entry_point(dist: _EPDistType, group: str, name: str) -> None: ...
|
||||
def get_entry_info(dist: _EPDistType, group: str,
|
||||
name: str) -> Optional[EntryPoint]: ...
|
||||
|
||||
Reference in New Issue
Block a user