Cleanup imports

This commit is contained in:
Daniel Lee 2016-12-15 17:36:58 +01:00
parent ef2eddf009
commit f80d1d58a4
3 changed files with 3 additions and 4 deletions

View File

@ -5,7 +5,7 @@ messages when it is no longer needed.
Author: Daniel Lee, DWD, 2014
"""
import eccodes
from .. import eccodes
from .gribmessage import GribMessage

View File

@ -5,8 +5,7 @@ the GRIB API's index functionality.
Author: Daniel Lee, DWD, 2014
"""
import eccodes
from .. import eccodes
from .gribmessage import GribMessage

View File

@ -8,7 +8,7 @@ Author: Daniel Lee, DWD, 2014
import collections
import eccodes
from .. import eccodes
class IndexNotSelectedError(Exception):