Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixReuss committed Jun 15, 2020
1 parent 13c99d8 commit 59b0177
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/colorella/colormap.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
GDAL_INSTALLED = True
except:
GDAL_INSTALLED = False
warnings.warn(gdal_warning)

class ColorMap:
"""create a colormap object compatible with matplotlib
Expand Down
2 changes: 0 additions & 2 deletions src/colorella/conversions.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ def cptfile2dict(filepath):
return name, col_list, color_dict
else:
raise ImportError("file ", filepath, "not found")
return None


def ctfile2list(filepath):
Expand Down Expand Up @@ -136,7 +135,6 @@ def ctfile2list(filepath):

else:
raise ImportError("file ", filepath, "not found")
return None

def json2list(filepath):
"""
Expand Down

0 comments on commit 59b0177

Please sign in to comment.