Format code with black and autopep8

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

Details: https://deepsource.io/gh/GradienceTeam/Gradience/transform/8c7300b2-e800-4010-b18d-f991ebd6aa37/
This commit is contained in:
deepsource-autofix[bot] 2022-09-26 07:58:54 +00:00 committed by GitHub
parent 639653ba06
commit a266e86468
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -400,7 +400,8 @@ class GradiencePresetWindow(Adw.Window):
if presets_check:
for repo, presets in self.custom_presets.items():
for preset_file, preset_name in presets.items():
row = GradiencePresetRow(preset_name, self, repo, preset_file)
row = GradiencePresetRow(
preset_name, self, repo, preset_file)
self.preset_list.add(row)
else: