From ac5395484c613eeedef62bc58e4d81c0b0b42bd9 Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Tue, 27 Sep 2022 16:55:10 +0000 Subject: [PATCH] Format code with black and autopep8 This commit fixes the style issues introduced in bcac517 according to the output from black and autopep8. Details: https://deepsource.io/gh/GradienceTeam/Gradience/transform/6ddad5a3-f1ef-445c-abf4-81c018383272/ --- data/plugins/firefox_gnome_theme.py | 1 - 1 file changed, 1 deletion(-) diff --git a/data/plugins/firefox_gnome_theme.py b/data/plugins/firefox_gnome_theme.py index 247e08a1..ca684ec3 100644 --- a/data/plugins/firefox_gnome_theme.py +++ b/data/plugins/firefox_gnome_theme.py @@ -64,4 +64,3 @@ class FirefoxGnomeTheme2Plugin(IPlugin): f.write(self.template.format(**self.variables)) except OSError: pass -