Skip to content

Commit

Permalink
Remove import statement (fixes #54).
Browse files Browse the repository at this point in the history
  • Loading branch information
tboggs committed Oct 22, 2016
1 parent f942c6a commit 6be8144
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions spectral/io/aviris.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,10 @@ def open(file, band_file=None):
IOError
'''

import numpy as np
from spectral.io.bipfile import BipFile
import os
import glob
from exceptions import IOError
from .spyfile import find_file_path
import spectral

Expand Down

0 comments on commit 6be8144

Please sign in to comment.