Skip to content

Commit

Permalink
[run] Remove baselines runner
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-afedorov committed Aug 26, 2020
1 parent 972c5cd commit cf3bc6d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/runners/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,5 @@ def main(target="all", *rule_names):
connectors_runner.main()


if target in ['baseline', 'baselines', 'all']:
baseline_runner.main()


if __name__ == '__main__':
fire.Fire(main)

0 comments on commit cf3bc6d

Please sign in to comment.