Skip to content

Commit ca6bb34

Browse files
committed
rm APP_SETTINGS_KEY from servicelib
1 parent 4c0394a commit ca6bb34

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/service-library/src/servicelib/aiohttp/application_keys.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
# web.Application keys, i.e. app[APP_*_KEY]
2323
#
2424
APP_CONFIG_KEY = web.AppKey("APP_CONFIG_KEY", dict[str, object])
25-
APP_SETTINGS_KEY = web.AppKey("APP_SETTINGS_KEY", object)
2625

2726
APP_AIOPG_ENGINE_KEY: Final[str] = f"{__name__ }.aiopg_engine"
2827

0 commit comments

Comments
 (0)