Format code with black and autopep8

This commit fixes the style issues introduced in f1b812c according to the output
from black and autopep8.

Details: https://deepsource.io/gh/GradienceTeam/Gradience/transform/ff3ee163-e3b3-47ed-8c7e-4940975d1021/
This commit is contained in:
deepsource-autofix[bot] 2022-09-07 16:16:58 +00:00 committed by GitHub
parent f1b812ce1c
commit 0efcbb3bc3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,6 +32,7 @@ USER_PLUGIN_DIR = os.path.join(
class GradiencePluginsList: class GradiencePluginsList:
"""Represent the plugin group in Advanced""" """Represent the plugin group in Advanced"""
def __init__(self, win): def __init__(self, win):
self.win = win self.win = win