Skip to content

Commit

Permalink
refactor(imports): add function to import optional packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jdhughes-usgs committed Oct 12, 2021
1 parent abe2900 commit 76927da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion flopy/export/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -1801,7 +1801,6 @@ def export_array_contours(
"""
import matplotlib.pyplot as plt
from ..utils import import_optional_dependency

if epsg is None:
epsg = modelgrid.epsg
Expand Down

0 comments on commit 76927da

Please sign in to comment.