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

Commit

Permalink
sorted imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Vandy Liu committed Feb 11, 2020
1 parent 1fc609a commit 933b4ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/microbit/test/test_accelerometer.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import pytest
from unittest import mock

from ..__model import constants as CONSTANTS
from ..__model.accelerometer import Accelerometer
from ..__model import constants as CONSTANTS


class TestAccelerometer(object):
Expand Down
2 changes: 1 addition & 1 deletion src/microbit/test/test_microbit_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

import pytest
from unittest import mock
from ..__model.microbit_model import MicrobitModel
from ..__model import constants as CONSTANTS
from ..__model.microbit_model import MicrobitModel


class TestMicrobitModel(object):
Expand Down

0 comments on commit 933b4ad

Please sign in to comment.