Skip to content
This repository has been archived by the owner on Jan 2, 2024. It is now read-only.

Commit

Permalink
Fixed syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
Forchapeatl authored Dec 6, 2023
1 parent 839c95d commit a18f5ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/taipy/core/config/data_node_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ class DataNodeConfig(Section):
_STORAGE_TYPE_VALUE_MONGO_COLLECTION: [
_REQUIRED_DB_NAME_MONGO_PROPERTY,
_REQUIRED_COLLECTION_NAME_MONGO_PROPERTY,
]
],
_STORAGE_TYPE_VALUE_CSV: [],
_STORAGE_TYPE_VALUE_EXCEL: [],
_STORAGE_TYPE_VALUE_IN_MEMORY: [],
Expand Down

0 comments on commit a18f5ac

Please sign in to comment.