mirror of
https://github.com/quay/quay.git
synced 2025-07-28 20:22:05 +03:00
fix all the docstrings
This commit is contained in:
@ -186,8 +186,12 @@ CSRF_TOKEN_KEY = "_csrf_token"
|
||||
|
||||
|
||||
class AppConfigChange(object):
|
||||
""" AppConfigChange takes a dictionary that overrides the global app config
|
||||
for a given block of code. The values are restored on exit. """
|
||||
"""
|
||||
AppConfigChange takes a dictionary that overrides the global app config for a given block of
|
||||
code.
|
||||
|
||||
The values are restored on exit.
|
||||
"""
|
||||
|
||||
def __init__(self, changes=None):
|
||||
self._changes = changes or {}
|
||||
|
Reference in New Issue
Block a user