Skip to content

Commit 8aae521

Browse files
committed
Fix type hint
1 parent 588a62b commit 8aae521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jbi/app.py

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

3434
settings = get_settings()
3535
version_info = get_version(APP_DIR)
36-
VERSION = version_info["version"]
36+
VERSION: str = version_info["version"]
3737

3838
logging.config.dictConfig(CONFIG)
3939

0 commit comments

Comments
 (0)