Skip to content

Commit 488806e

Browse files
committed
lint
1 parent 6112e35 commit 488806e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_data_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ async def test_get_latest_tabular_data(self, service: MockData):
169169
client = DataClient(channel, DATA_SERVICE_METADATA)
170170
time = datetime(2024, 12, 25)
171171
response = await client.get_latest_tabular_data(PART_ID, COMPONENT_NAME, COMPONENT_TYPE, METHOD)
172-
assert response != None
172+
assert response is not None
173173
time_captured, time_synced, payload = response
174174
assert service.part_id == PART_ID
175175
assert service.resource_name == COMPONENT_NAME

0 commit comments

Comments
 (0)