Skip to content

Commit

Permalink
Fix linting issues caused by refactor.
Browse files Browse the repository at this point in the history
  • Loading branch information
Leon Sandøy committed Jul 14, 2020
1 parent 11503b6 commit 4df7239
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pydis_site/apps/home/forms/account_deletion.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

class AccountDeletionForm(Form):
"""Account deletion form, to collect username for confirmation of removal."""

username = CharField(
label="Username",
required=True
Expand Down
2 changes: 1 addition & 1 deletion pydis_site/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
'api.pythondiscord.local',
'admin.pythondiscord.local',
'staff.pythondiscord.local',
'0.0.0.0',
'0.0.0.0', # noqa: S104
'localhost',
'web',
'api.web',
Expand Down

0 comments on commit 4df7239

Please sign in to comment.