Skip to content

Commit

Permalink
fix: bad empty method for validate
Browse files Browse the repository at this point in the history
  • Loading branch information
pgierz committed Nov 13, 2024
1 parent 2949e1e commit 0a80d28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pymorize/cmorizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ def _post_init_inherit_rules(self):
rule.set(rule_attr, rule_value)

def validate(self):
"""Performs validation on files if they are suitable for use with the pipeline requirements"""
# Sanity Checks:
# :PS: @PG the following functions are not defined yet
# self._check_rules_for_table()
Expand Down

0 comments on commit 0a80d28

Please sign in to comment.