Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Mathias Schreiner committed Feb 14, 2025
1 parent 7b2845b commit f5fd875
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion tests/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def test_that_range_accepts_datetime():
end = datetime.datetime(1990, 9, 4, 0, 0)
step = "PT3H"

range_ = config.Range(start=start, end=end, step=step)
config.Range(start=start, end=end, step=step)


def test_config_roundtrip():
Expand Down
1 change: 0 additions & 1 deletion tests/test_from_config.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import datetime
import shutil
import tempfile
from pathlib import Path
Expand Down

0 comments on commit f5fd875

Please sign in to comment.