Skip to content

Commit

Permalink
Address linting issues running pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
iksnagreb committed Apr 3, 2024
1 parent 79a9015 commit 5f1f80a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/finn/builder/build_dataflow_steps.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@
from finn.analysis.fpgadataflow.dataflow_performance import dataflow_performance
from finn.analysis.fpgadataflow.exp_cycles_per_layer import exp_cycles_per_layer
from finn.analysis.fpgadataflow.hls_synth_res_estimation import hls_synth_res_estimation
from finn.analysis.fpgadataflow.post_synth_res import post_synth_res
from finn.analysis.fpgadataflow.op_and_param_counts import (
aggregate_dict_keys,
op_and_param_counts,
)
from finn.analysis.fpgadataflow.post_synth_res import post_synth_res
from finn.analysis.fpgadataflow.res_estimation import (
res_estimation,
res_estimation_complete,
Expand Down

0 comments on commit 5f1f80a

Please sign in to comment.