Skip to content

Commit

Permalink
removed commented code block from scheduler
Browse files Browse the repository at this point in the history
  • Loading branch information
jmills-ncar committed Aug 1, 2018
1 parent 22c0743 commit c3a444f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions wrfhydropy/core/schedulers.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ class Scheduler(ABC):
def __init__(self):
super().__init__()

# @abstractmethod
# def _add_job(self, job: Job):
# pass

@abstractmethod
def schedule(self,jobs):
pass
Expand Down

0 comments on commit c3a444f

Please sign in to comment.