mirror of
https://github.com/yaroslaff/antifraud2gis.git
synced 2026-04-28 11:41:32 +00:00
generator typehint fixed
This commit is contained in:
parent
4b7d9fa958
commit
4d4014347c
1 changed files with 1 additions and 1 deletions
|
|
@ -465,7 +465,7 @@ class CompanyList():
|
|||
raise KeyError(f"Company {index} not found")
|
||||
|
||||
|
||||
def companies(self, oid=None, name = None, town = None, detection=None, report = None, noreport = None, limit=None) -> Generator[Company]:
|
||||
def companies(self, oid=None, name = None, town = None, detection=None, report = None, noreport = None, limit=None) -> Generator[Company, None, None]:
|
||||
n = 0
|
||||
|
||||
if oid:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue