Skip to content

Commit 21f33ec

Browse files
committed
update typing information for python 3.9
1 parent 3c5a623 commit 21f33ec

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

infrastructure/aws/cdk/config.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,10 @@ class eoVectorSettings(BaseSettings):
117117
class eoStacBrowserSettings(BaseSettings):
118118
"""STAC browser settings"""
119119

120-
stac_browser_github_tag: None | str = "v3.1.0"
121-
stac_catalog_url: None | str = None
122-
config_file_path: None | str = "browser_config.js"
120+
stac_browser_github_tag: str = "v3.1.0"
121+
stac_catalog_url: str
122+
config_file_path: str = "browser_config.js"
123+
123124
model_config = {
124125
"env_prefix": "CDK_EOAPI_BROWSER_",
125126
"env_file": ".env",

0 commit comments

Comments
 (0)