Fixing flake8 E303 errors

This commit is contained in:
Lukasz Langa
2016-12-20 01:07:20 -08:00
parent d70bb0c00f
commit ad9038dcd7
4 changed files with 0 additions and 6 deletions

View File

@@ -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]: ...