mirror of
https://github.com/arcan1s/ahriman.git
synced 2025-04-24 15:27:17 +00:00
use {} instead of dict literal according to pylint recommendation
This commit is contained in:
parent
9d2a3bcbc1
commit
3922c55464
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user