Skip to content

Commit

Permalink
Fix import order.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdlaird committed Mar 4, 2024
1 parent 81c5869 commit d10111c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/test_aqi.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
import responses
from moto import mock_dynamodb

from lambdas.aqi_GET import lambda_function
from .testcase import TestCase
from lambdas.aqi_GET import lambda_function


class TestCaseAQI(TestCase):
Expand Down
2 changes: 1 addition & 1 deletion tests/test_inbound.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
import responses
from moto import mock_dynamodb

from lambdas.inbound_POST import lambda_function
from .testcase import TestCase
from lambdas.inbound_POST import lambda_function


class TestCaseInbound(TestCase):
Expand Down

0 comments on commit d10111c

Please sign in to comment.