Format code with black and autopep8 (#420)

This commit is contained in:
0xMRTT 2022-09-14 16:10:55 +02:00 committed by GitHub
commit e56e263001
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -99,8 +99,7 @@ class GradiencePluginsList:
)
empty = True
for pluginInfo in self.pm.getAllPlugins():
row = GradiencePluginRow(
pluginInfo.plugin_object, preset, self)
row = GradiencePluginRow(pluginInfo.plugin_object, preset, self)
self.rows[pluginInfo.plugin_object.plugin_id] = row
group.add(row)
empty = False