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

Commit

Permalink
reformatted
Browse files Browse the repository at this point in the history
  • Loading branch information
andreamah committed Feb 11, 2020
1 parent 0d6d021 commit 4c3fb2f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/microbit/__model/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,9 @@
]

EXPECTED_INPUT_ACCEL = {
"motion_x":"x",
"motion_y":"y",
"motion_z":"z",
"motion_x": "x",
"motion_y": "y",
"motion_z": "z",
}

EXPECTED_INPUT_LIGHT = "light"
Expand Down

0 comments on commit 4c3fb2f

Please sign in to comment.