File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
src/frequenz/sdk/timeseries Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ docs-lint = [
5858]
5959format = [" black == 23.3.0" , " isort == 5.12.0" ]
6060nox = [" nox == 2023.4.22" , " toml == 0.10.2" ]
61+ examples = [ " polars == 0.18.0" ]
6162pytest = [
6263 " pytest == 7.3.1" ,
6364 " pytest-cov == 4.1.0" ,
@@ -68,6 +69,7 @@ pytest = [
6869 # For checking docstring code examples
6970 " sybil == 5.0.2" ,
7071 " pylint == 2.17.4" ,
72+ " frequenz-sdk[examples]" ,
7173]
7274mypy = [
7375 " mypy == 1.3.0" ,
Original file line number Diff line number Diff line change @@ -81,7 +81,6 @@ class MovingWindow:
8181 Example: Create a polars data frame from a `MovingWindow`
8282
8383 ```python
84- # pylint: disable=import-error
8584 import polars as pl
8685 from datetime import datetime, timedelta, timezone
8786
You can’t perform that action at this time.
0 commit comments