Skip to content

Commit 298af15

Browse files
committed
fix: linting errors
1 parent eac51ff commit 298af15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ def handler(event: dict, context) -> str: # pylint: disable=unused-argument, to
222222
config = get_config_file("./config/config.json")
223223

224224
features = get_dict_value(config, "features")
225-
225+
226226
write_data_locally = get_dict_value(features, "write_data_locally")
227227

228228
logging.basicConfig(

0 commit comments

Comments
 (0)