Skip to content

Commit

Permalink
GH-22: Format
Browse files Browse the repository at this point in the history
  • Loading branch information
markhobson committed Jun 17, 2024
1 parent 56de947 commit 075704c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions schemes/sessions.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ class RequestFilteringSessionInterface(DelegatingSessionInterface):
See: https://github.com/pallets-eco/flask-session/issues/254
"""

def __init__(self, delegate: SessionInterface, exclude_path_prefix: str):
super().__init__(delegate)
self._exclude_path_prefix = exclude_path_prefix
Expand Down

0 comments on commit 075704c

Please sign in to comment.