Skip to content

Commit 12f941a

Browse files
committed
minor
1 parent e867391 commit 12f941a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
_logger = logging.getLogger(__name__)
2222

23-
APP_SETUP_COMPLETED_KEY: Final[str] = f"{__name__ }.setup"
23+
APP_SETUP_COMPLETED_KEY: Final[web.AppKey] = web.AppKey("setup_completed", list[str])
2424

2525

2626
class _SetupFunc(Protocol):

0 commit comments

Comments
 (0)