Format code with black and autopep8

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

Details: https://deepsource.io/gh/GradienceTeam/Gradience/transform/4d31d4aa-7709-4dec-945a-e298aab5c486/
This commit is contained in:
deepsource-autofix[bot] 2022-09-14 19:24:48 +00:00 committed by GitHub
parent ec281802be
commit d64bc64951
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -123,7 +123,6 @@ class GradiencePresetRow(Adw.ActionRow):
self.delete_preset = True
def update_value(self):
self.preset.preset_name = self.name
self.preset.name = to_slug_case(self.name)