Skip to content

Commit 6be8144

Browse files
committed
Remove import statement (fixes #54).
1 parent f942c6a commit 6be8144

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

spectral/io/aviris.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,10 @@ def open(file, band_file=None):
5959
6060
IOError
6161
'''
62-
6362
import numpy as np
6463
from spectral.io.bipfile import BipFile
6564
import os
6665
import glob
67-
from exceptions import IOError
6866
from .spyfile import find_file_path
6967
import spectral
7068

0 commit comments

Comments
 (0)