Format code with black and autopep8

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

Details: https://deepsource.io/gh/GradienceTeam/Gradience/transform/cc6dc755-139e-444b-ad6e-feac87d7e0bf/
This commit is contained in:
deepsource-autofix[bot] 2022-09-13 17:00:35 +00:00 committed by GitHub
parent c47694bd6f
commit dcfe5b7452
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,5 +39,6 @@ def load_preset_from_file(path):
css += f"\n{rule.cssText}"
return css, variables, palette
# if __name__ == "__main__":
# load_preset_from_file("/home/user/.config/gtk-4.0/gtk.css")