Segelzwerg / django-dynamic-theme

This enables the administrator of a django website to change the theme on the fly.
MIT License
2 stars 2 forks source link

FLAKE8: white space #55

Closed Segelzwerg closed 3 months ago

Segelzwerg commented 3 months ago

tests/test_context_processor.py:18:1: W293 blank line contains whitespace

^ tests/test_context_processor.py:23:1: W293 blank line contains whitespace

^ tests/test_context_processor.py:24:1: W293 blank line contains whitespace

^ tests/test_context_processor.py:25:5: E303 too many blank lines (2) def test_theme_file(self): ^ 1 E303 too many blank lines (2) 3 W293 blank line contains whitespace