refactor: fix warnings and typos, cleanup code

This commit is contained in:
2023-12-28 16:53:45 +02:00
parent c3dacd6883
commit f3e9fbf9d0
20 changed files with 35 additions and 37 deletions

View File

@@ -145,7 +145,7 @@ def update_printer(package_ahriman: Package) -> UpdatePrinter:
package_ahriman(Package): package fixture
Returns:
UpdatePrinter: udpate printer test instance
UpdatePrinter: update printer test instance
"""
return UpdatePrinter(package_ahriman, None)