Skip to content

Commit

Permalink
Fix ruff errors
Browse files Browse the repository at this point in the history
  • Loading branch information
RadoRado committed May 12, 2024
1 parent c3a7915 commit c9ac284
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config/settings/files_and_storages.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
from config.env import BASE_DIR, env, env_to_enum
from styleguide_example.files.enums import FileUploadStorage, FileUploadStrategy


# Static files (CSS, JavaScript, Images)
# https://docs.djangoproject.com/en/3.0/howto/static-files/
STATIC_ROOT = os.path.join(BASE_DIR, "staticfiles")
Expand Down

0 comments on commit c9ac284

Please sign in to comment.