Skip to content

Commit

Permalink
Fix black warnings (Bugfix)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xff07 authored and xanthein committed May 22, 2024
1 parent b0a722d commit bb2eaee
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions contrib/pc-sanity/bin/edid_continuous_frequency_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,9 @@ def check_display_range_limits_descriptor(
return True
else:
print(
"horizontal_address_video_in_pixels != maximum_horizontal_active_pixels "
) # noqa: E501
"horizontal_address_video_in_pixels != "
"maximum_horizontal_active_pixels"
)
else:
print("Minimum/Maximum Vertical/Horizontal Freq value error")
else:
Expand Down

0 comments on commit bb2eaee

Please sign in to comment.