mirror of
https://github.com/arcan1s/ahriman.git
synced 2025-04-24 07:17:17 +00:00
use {} instead of dict literal according to pylint recommendation
This commit is contained in:
parent
284f449225
commit
60b94b9ac0
@ -94,7 +94,7 @@ class Executor(Cleaner):
|
|||||||
if package in requested and properties.filename is not None
|
if package in requested and properties.filename is not None
|
||||||
}
|
}
|
||||||
else:
|
else:
|
||||||
to_remove = dict()
|
to_remove = {}
|
||||||
for package, filename in to_remove.items():
|
for package, filename in to_remove.items():
|
||||||
remove_single(package, filename)
|
remove_single(package, filename)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user