File tree Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ long_description_content_type = text/markdown
77url = https://github.com/isidentical/source
88author = isidentical
9910- license_file = LICENSE.txt
10+ license_files = LICENSE.txt
1111classifiers =
1212 Programming Language :: Python :: 3
1313 Programming Language :: Python :: 3 :: Only
Original file line number Diff line number Diff line change @@ -26,5 +26,4 @@ def get_executor(self):
2626 with executor as pool :
2727 yield pool .map
2828
29- def execute (self , orders : Tuple [Order ]) -> Tuple [Order ]:
30- ...
29+ def execute (self , orders : Tuple [Order ]) -> Tuple [Order ]: ...
Original file line number Diff line number Diff line change 77class BaseProvider :
88 SUPPORTED_QUALIFIERS : Tuple [Qualifier ] = ()
99
10- def provide (self , shard : Shard ) -> Tuple [Order ]:
11- ...
10+ def provide (self , shard : Shard ) -> Tuple [Order ]: ...
1211
1312
14- class InsufficientResults (ValueError ):
15- ...
13+ class InsufficientResults (ValueError ): ...
You can’t perform that action at this time.
0 commit comments