mirror of
https://github.com/fhswf/aki_prj23_transparenzregister.git
synced 2025-06-21 22:53:54 +02:00
checkpoint
This commit is contained in:
@ -12,11 +12,11 @@ from aki_prj23_transparenzregister.utils.mongo.connector import MongoConnector
|
||||
|
||||
|
||||
def work(company: typing.Any, company_service: CompanyMongoService) -> None:
|
||||
"""...
|
||||
"""Process company regarding financials.
|
||||
|
||||
Args:
|
||||
company (dict): _description_
|
||||
company_service (CompanyMongoService): _description_
|
||||
company (dict): Company to process
|
||||
company_service (CompanyMongoService): Interface to Company collection on MongoDB
|
||||
"""
|
||||
yearly_results = Bundesanzeiger().get_information(
|
||||
company["name"], company["location"]["city"]
|
||||
|
Reference in New Issue
Block a user