mirror of
https://github.com/arcan1s/ahriman.git
synced 2026-02-03 03:49:48 +00:00
use {} instead of dict literal according to pylint recommendation
This commit is contained in:
@@ -94,7 +94,7 @@ class Executor(Cleaner):
|
||||
if package in requested and properties.filename is not None
|
||||
}
|
||||
else:
|
||||
to_remove = dict()
|
||||
to_remove = {}
|
||||
for package, filename in to_remove.items():
|
||||
remove_single(package, filename)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user