Format code with black and autopep8

This commit is contained in:
deepsource-autofix[bot] 2022-09-13 21:26:22 +00:00 committed by GitHub
parent 89de05dd25
commit 2db226c33d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,5 +37,3 @@ def load_preset_from_css(path):
elif rule.type == rule.STYLE_RULE:
css += f"\n{rule.cssText}"
return variables, palette, css