Skip to content

Commit be62728

Browse files
committed
appease linter
1 parent a899d5b commit be62728

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/flight-software/repl.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -173,11 +173,11 @@ def get_temp(sensor):
173173
PAYLOAD_PWR_ENABLE.direction = digitalio.Direction.OUTPUT
174174

175175

176-
load_switch_0 = LoadSwitchManager(FACE0_ENABLE, True)
177-
load_switch_1 = LoadSwitchManager(FACE1_ENABLE, True)
178-
load_switch_2 = LoadSwitchManager(FACE2_ENABLE, True)
179-
load_switch_3 = LoadSwitchManager(FACE3_ENABLE, True)
180-
load_switch_4 = LoadSwitchManager(FACE4_ENABLE, True)
176+
load_switch_0 = LoadSwitchManager(FACE0_ENABLE, True) # type: ignore , upstream on mcp TODO
177+
load_switch_1 = LoadSwitchManager(FACE1_ENABLE, True) # type: ignore , upstream on mcp TODO
178+
load_switch_2 = LoadSwitchManager(FACE2_ENABLE, True) # type: ignore , upstream on mcp TODO
179+
load_switch_3 = LoadSwitchManager(FACE3_ENABLE, True) # type: ignore , upstream on mcp TODO
180+
load_switch_4 = LoadSwitchManager(FACE4_ENABLE, True) # type: ignore , upstream on mcp TODO
181181

182182

183183
# Face Control Helper Functions

0 commit comments

Comments
 (0)