Skip to content

Commit

Permalink
Fixed main script
Browse files Browse the repository at this point in the history
Signed-off-by: romanodanilo <[email protected]>
  • Loading branch information
romanodanilo committed Aug 2, 2024
1 parent 76565b2 commit 100c3a8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
from qc_otx import constants
from qc_otx.checks.core_checker import core_checker
from qc_otx.checks.data_type_checker import data_type_checker
from qc_otx.checks.zip_file_checker import zip_file_checker
from qc_otx.checks.state_machine_checker import state_machine_checker
from qc_otx.checks import utils, models

Expand Down Expand Up @@ -63,9 +62,6 @@ def main():
# 2. Run data type checks
data_type_checker.run_checks(checker_data)

# 3. Run zip file checks
zip_file_checker.run_checks(checker_data)

# 4. Run state machine checks
state_machine_checker.run_checks(checker_data)

Expand Down

0 comments on commit 100c3a8

Please sign in to comment.