Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
ric-evans committed Mar 1, 2024
1 parent 1ac7620 commit f438621
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rest_tools/server/decorators.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
LOGGER = logging.getLogger(__name__)



def authenticated(method):
"""Decorate methods with this to require that the Authorization header is
filled with a valid token. Does *not* check the authorization of the token,
Expand Down

0 comments on commit f438621

Please sign in to comment.