We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c0394a commit ca6bb34Copy full SHA for ca6bb34
packages/service-library/src/servicelib/aiohttp/application_keys.py
@@ -22,7 +22,6 @@
22
# web.Application keys, i.e. app[APP_*_KEY]
23
#
24
APP_CONFIG_KEY = web.AppKey("APP_CONFIG_KEY", dict[str, object])
25
-APP_SETTINGS_KEY = web.AppKey("APP_SETTINGS_KEY", object)
26
27
APP_AIOPG_ENGINE_KEY: Final[str] = f"{__name__ }.aiopg_engine"
28
0 commit comments