Skip to content

Commit

Permalink
Remove unused commit
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanwp authored Jan 24, 2022
1 parent 2c7ef84 commit 03071f5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cis/data_io/hyperpoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ def __new__(cls, lat=None, lon=None, alt=None, pres=None, t=None, val=None):
Small constructor for the HyperPoint named tuple to allow optional arguments
and set-up value list.
"""
from numpy import ndarray

# If no value was specified create an empty list, otherwise create a list with one entry
try:
if val is None or len(val) == 0:
Expand Down

0 comments on commit 03071f5

Please sign in to comment.