Skip to content

Commit 9791b63

Browse files
committed
Update formatting
1 parent 8bcf905 commit 9791b63

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/test_switch_missing_type.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
import pymystrom.switch as switch_module
55

66

7-
async def _fake_request(self, uri, method="GET", data=None, json_data=None, params=None):
7+
async def _fake_request(
8+
self, uri, method="GET", data=None, json_data=None, params=None
9+
):
810
uri_str = str(uri)
911
if uri_str.endswith("/report"):
1012
return {"relay": True, "power": 1.23, "Ws": 0.5}
@@ -34,4 +36,3 @@ def test_get_state_missing_type():
3436
finally:
3537
# Restore original request function
3638
switch_module.request = original_request
37-

0 commit comments

Comments
 (0)