cleanup, mypy coverage & add common/error stubs
This commit is contained in:
parent
15444c7b1f
commit
6ecb953675
7 changed files with 37 additions and 33 deletions
|
@ -67,7 +67,7 @@ def sort_res_by(items: Iterable[ResT], key) -> List[ResT]:
|
|||
return results
|
||||
|
||||
|
||||
def test_sort_res_by():
|
||||
def test_sort_res_by() -> None:
|
||||
class Exc(Exception):
|
||||
def __eq__(self, other):
|
||||
return self.args == other.args
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue