Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
marksgraham committed Feb 7, 2024
1 parent 330f7a9 commit 013f25d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oct_converter/readers/e2e.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import time
import warnings
from collections import defaultdict
from datetime import date, datetime, timedelta
from datetime import date
from itertools import chain
from pathlib import Path

Expand Down

0 comments on commit 013f25d

Please sign in to comment.