Format code with black. Add makefile to run fmt/tests
This commit is contained in:
parent
d00bce9288
commit
c2c7fa311a
299 changed files with 19037 additions and 11611 deletions
|
|
@ -8,6 +8,7 @@ class SharedLoginMiddleware(object):
|
|||
Handle the shared login between website and webclient.
|
||||
|
||||
"""
|
||||
|
||||
def __init__(self, get_response):
|
||||
# One-time configuration and initialization.
|
||||
self.get_response = get_response
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue