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/
This commit is contained in:
deepsource-autofix[bot] 2022-09-27 16:55:10 +00:00 committed by GitHub
parent bcac517c58
commit ac5395484c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -64,4 +64,3 @@ class FirefoxGnomeTheme2Plugin(IPlugin):
f.write(self.template.format(**self.variables))
except OSError:
pass