Fixes by autopep8 action (#191)

This is an auto-generated PR with fixes by autopep8.
This commit is contained in:
0xMRTT 2022-08-19 15:38:15 +02:00 committed by GitHub
commit 20fc629b4a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,8 +29,6 @@ import sys
class GradiencePluginsList:
def __init__(self):
self.discoverd_plugins = {
name: importlib.import_module(name)
for finder, name, ispkg