Skip to content

Commit

Permalink
format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanpdx committed Jan 9, 2024
1 parent 3c62616 commit effec4c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions oresat_c3/services/state.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from time import time

import canopen
from olaf import NodeStop, Service, logger, UpdaterState
from olaf import NodeStop, Service, UpdaterState, logger

from .. import C3State
from ..drivers.fm24cl64b import Fm24cl64b
Expand Down Expand Up @@ -101,7 +101,6 @@ def _on_write_tx_enable(self, data: bool):
self._last_tx_enable_obj.value = 0

def _reset(self):

if self.node.od["updater"]["status"].value == UpdaterState.UPDATING:
return

Expand Down

0 comments on commit effec4c

Please sign in to comment.