mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-02 06:00:24 +08:00
Fixing flake8 E303 errors
This commit is contained in:
Vendored
-2
@@ -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