Skip to content

Commit

Permalink
Ruff.
Browse files Browse the repository at this point in the history
  • Loading branch information
janiversen committed Oct 20, 2024
1 parent 39e85c9 commit 49c528c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/pdu/test_bit_read_messages.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
ReadCoilsRequest,
ReadDiscreteInputsRequest,
)

from ..conftest import MockContext


Expand Down
1 change: 1 addition & 0 deletions test/pdu/test_bit_write_messages.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
WriteSingleCoilRequest,
WriteSingleCoilResponse,
)

from ..conftest import FakeList, MockContext


Expand Down
1 change: 1 addition & 0 deletions test/pdu/test_register_write_messages.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
WriteSingleRegisterRequest,
WriteSingleRegisterResponse,
)

from ..conftest import MockContext, MockLastValuesContext


Expand Down

0 comments on commit 49c528c

Please sign in to comment.