Skip to content

Commit 6850ad1

Browse files
authored
Remove unused import (#565)
This PR removes an import of from the `dateutil` package since it is not being used. The import had been added recently: 5ec257e. From what I gather, this was the only place that `dateutil` was being used. Since `dateutil` was not in our `requirements.txt`, this could be related to the current issue where our readthedocs site is not displaying the docstring details. Hopefully this fixes the Read the Docs rendering issue. The build logs show that only section outlines were rendered because autodoc failed to import `wfdb` after hitting a now-removed, unused `dateutil` import that wasn’t installed in the docs build environment.
2 parents 6e2563a + 328340c commit 6850ad1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

wfdb/io/_header.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import datetime
2-
from dateutil import parser
32
from typing import Any, Dict, List, Optional, Sequence, Tuple
43

54
import numpy as np

0 commit comments

Comments
 (0)