Skip to content

Commit

Permalink
Move stray comment
Browse files Browse the repository at this point in the history
[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

Move comment
  • Loading branch information
jaap3 committed Oct 4, 2023
1 parent fe75e30 commit fb4398d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/corsheaders/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
from corsheaders.defaults import default_headers
from corsheaders.defaults import default_methods

# Kept here for backwards compatibility


class Settings:
"""
Expand Down
2 changes: 2 additions & 0 deletions src/corsheaders/defaults.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
from __future__ import annotations

# Kept here for backwards compatibility

default_headers = (
"accept",
"authorization",
Expand Down

0 comments on commit fb4398d

Please sign in to comment.