Skip to content

Commit

Permalink
Update smarteole_example.ipynb
Browse files Browse the repository at this point in the history
fix ruff issue
aclerc committed Aug 16, 2024

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
1 parent f4e6486 commit 2c05c81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/smarteole_example.ipynb
Original file line number Diff line number Diff line change
@@ -138,7 +138,7 @@
}
},
"source": [
"from examples.smarteole_example import ANALYSIS_TIMEBASE_S, unpack_smarteole_scada, CACHE_SUBDIR\n",
"from examples.smarteole_example import ANALYSIS_TIMEBASE_S, CACHE_SUBDIR, unpack_smarteole_scada\n",
"\n",
"CACHE_SUBDIR.mkdir(exist_ok=True, parents=True)\n",
"scada_df = unpack_smarteole_scada(ANALYSIS_TIMEBASE_S)\n",

0 comments on commit 2c05c81

Please sign in to comment.