generated from snek-shipyard/wagtail-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
dif/trivialCan be confidently tackled by newcomersCan be confidently tackled by newcomerseffort/daysEstimated to take multiple days, but less than a weekEstimated to take multiple days, but less than a weekkind/maintenanceWork required to avoid breaking changes or harm to project's status quoWork required to avoid breaking changes or harm to project's status quo
Milestone
Description
Describe the feature or change you'd like
By running the commands below: imports are sorted, unused imports removed and
everything is formatted by black.
isort -rc .
autoflake -r --in-place --remove-all-unused-imports --remove-unused-variables .
black .Additional context
Ref: https://github.com/psf/black
Install instructions:
pip3 install isort
pip3 install autoflake
pip3 install blackReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
dif/trivialCan be confidently tackled by newcomersCan be confidently tackled by newcomerseffort/daysEstimated to take multiple days, but less than a weekEstimated to take multiple days, but less than a weekkind/maintenanceWork required to avoid breaking changes or harm to project's status quoWork required to avoid breaking changes or harm to project's status quo