Skip to content

Commit

Permalink
Update validate_source_freshness_checks.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dot2dotseurat authored Dec 28, 2022
1 parent ef1fe0f commit e8df0f6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions scripts/validate_source_freshness_checks.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@
parser.add_argument('--model')
args = parser.parse_args()

class SourceSelector(object):
def __init__(self, method, value):
self.method = method
self.value = value


class Sources:
def __init__(self, model, manifest):
Expand Down

0 comments on commit e8df0f6

Please sign in to comment.