Skip to content

Commit

Permalink
* Removed unused import.
Browse files Browse the repository at this point in the history
  • Loading branch information
DobromirM committed Jun 27, 2024
1 parent 3ed327a commit cdb1725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/client/downlinks/test_downlinks.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
_DownlinkView, _ValueDownlinkView, _MapDownlinkModel, _MapDownlinkView
from swimos.client._downlinks._utils import UpdateRequest, RemoveRequest
from swimos.structures import Text, Attr, RecordMap, Num, Bool, Slot, Value
from swimos.structures._structs import _Absent, _Record
from swimos.structures._structs import _Record
from swimos.warp._warp import _LinkedResponse, _SyncedResponse, _EventMessage, _UnlinkedResponse
from test.utils import MockConnection, MockExecuteOnException, MockWebsocketConnect, MockWebsocket, \
mock_did_set_confirmation, ReceiveLoop, MockPerson, MockPet, NewScope, MockNoDefaultConstructor, MockCar, \
Expand Down

0 comments on commit cdb1725

Please sign in to comment.