File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 21
21
if sys .platform == "darwin" :
22
22
os .environ ["DYLD_FALLBACK_LIBRARY_PATH" ] = "/opt/homebrew/lib/"
23
23
24
+
24
25
# Various methods here may retain state in future, so tell pylint not to worry
25
26
# that they don't use self right now:
26
27
# pylint: disable=no-self-use
Original file line number Diff line number Diff line change @@ -859,6 +859,7 @@ def lazily_generate_conditions():
859
859
yield self .any_libre_computer_board
860
860
yield self .generic_linux
861
861
yield self .any_nxp_navq_board
862
+
862
863
return any (condition for condition in lazily_generate_conditions ())
863
864
864
865
@property
Original file line number Diff line number Diff line change 589
589
# NXP System on Module Computer boards
590
590
NXP_IMX8MPLUS_SOM = "NXP_IMX8MPLUS_SOM"
591
591
592
- _NXP_SOM_IDS = (
593
- NXP_IMX8MPLUS_SOM ,
594
- )
595
-
592
+ _NXP_SOM_IDS = (NXP_IMX8MPLUS_SOM ,)
You can’t perform that action at this time.
0 commit comments