Skip to content

Commit

Permalink
style: satisfy flake8 CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tristpinsm committed Sep 20, 2024
1 parent bd16f64 commit 90d65f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pysmurf/client/base/smurf_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ def validate_config(loaded_config):

# data_out_mux
Optional("data_out_mux",
default=default_data_out_mux_dict[band]) : \
default=default_data_out_mux_dict[band]) :
And([Use(int)], list, lambda l: len(l) == 2 and
l[0] != l[1] and all(0 <= ll <= 9 for ll in l)),

Expand Down

0 comments on commit 90d65f3

Please sign in to comment.