Skip to content

Commit

Permalink
Removed circular dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Wouter J. de Bruin authored and markusdregi committed Dec 21, 2018
1 parent 0c7dbd1 commit 1e560cc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python/ecl/summary/ecl_sum_vector.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

from __future__ import print_function
import warnings
from ecl.summary import EclSum
from ecl.summary.ecl_sum_node import EclSumNode


Expand Down Expand Up @@ -107,7 +106,7 @@ def mpl_dates(self):
warning.warn("The mpl_dates property has been deprecated - use numpy_dates instead",
DeprecationWarning)

return EclSum.get_mpl_dates(report_only)
return parent.get_mpl_dates(report_only)

@property
def numpy_dates(self):
Expand Down

0 comments on commit 1e560cc

Please sign in to comment.