Skip to content

Commit

Permalink
fixed mypy for dl-repmanager ..
Browse files Browse the repository at this point in the history
  • Loading branch information
evilkost committed Dec 14, 2023
1 parent d33bfba commit 36725f3
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,10 @@ def check_requirements(
tests: bool = False,
) -> None:
"""Compares imports and requirements of a package"""
(extra_import_specs, extra_req_specs,) = self.repository_manager.compare_imports_and_requirements(
(
extra_import_specs,
extra_req_specs,
) = self.repository_manager.compare_imports_and_requirements(
package_name,
ignore_prefix=ignore_prefix,
tests=tests,
Expand Down

0 comments on commit 36725f3

Please sign in to comment.