Skip to content
This repository has been archived by the owner on Dec 23, 2021. It is now read-only.

Commit

Permalink
python formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
andreamah committed Apr 8, 2020
1 parent 8bedb62 commit 905ba01
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/common/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
previous_state = {}

abs_path_to_user_file = ""
debug_mode=False
debug_mode = False


def update_state_with_device_name(state, device_name):
updated_state = dict(state)
Expand Down
1 change: 1 addition & 0 deletions src/micropython/microbit/__model/microbit_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,5 @@ def __update_gesture(self, new_state):
new_gesture = new_state.get(CONSTANTS.EXPECTED_INPUT_GESTURE)
self.accelerometer._Accelerometer__update_gesture(new_gesture)


__mb = MicrobitModel()

0 comments on commit 905ba01

Please sign in to comment.