Skip to content

Commit

Permalink
Move stray comment (#897)
Browse files Browse the repository at this point in the history
Seems that this comment was moved to a somewhat random position after
automated code cleanup, moved it back to where it was before.

See:

c171a32#diff-db31a113ed29f9d863809faac07a22adef130103b150b1305b53756baa398d6f
  • Loading branch information
jaap3 authored Oct 5, 2023
1 parent fe75e30 commit 11634c0
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 11634c0

Please sign in to comment.