Skip to content

Commit

Permalink
[drivers] remove unnecessary import
Browse files Browse the repository at this point in the history
  • Loading branch information
johntruckenbrodt committed Dec 14, 2023
1 parent 84404cc commit cb673c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyroSAR/drivers.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
import tarfile as tf
import xml.etree.ElementTree as ET
import zipfile as zf
from datetime import datetime, timedelta
from datetime import datetime
from time import strptime, strftime
from statistics import median
from itertools import groupby
Expand Down

0 comments on commit cb673c4

Please sign in to comment.