Skip to content

Commit

Permalink
Resolved linting errors
Browse files Browse the repository at this point in the history
The linting Action in the repo flagged this section of code as failing its lint check. Resolved.
  • Loading branch information
penrosed committed Nov 27, 2024
1 parent c2232cc commit 67173d1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build/gtsrb/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,7 @@ def custom_step_add_postproc(model, cfg):


custom_build_steps = (
[custom_step_add_preproc]
+ [custom_step_add_postproc]
+ default_build_dataflow_steps
[custom_step_add_preproc] + [custom_step_add_postproc] + default_build_dataflow_steps
)


Expand Down

0 comments on commit 67173d1

Please sign in to comment.