lint: Format changes

This commit is contained in:
TrisNol
2023-11-02 16:32:05 +01:00
parent de689f164a
commit d5dbf553c7

View File

@ -107,7 +107,7 @@ def scrape(query: str, download_dir: list[str]) -> None:
try: try:
wait.until( wait.until(
lambda: wait_for_download_condition(download_path, num_files) lambda: wait_for_download_condition(download_path, num_files) # type: ignore
) )
file_name = "".join(e for e in company_name if e.isalnum()) + ".xml" file_name = "".join(e for e in company_name if e.isalnum()) + ".xml"
rename_latest_file( rename_latest_file(