Skip to content

Commit a5e8663

Browse files
committed
Code formatting using black
1 parent 048ce18 commit a5e8663

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

tests/test_unii_device_status.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"""
33
Test Device Status.
44
"""
5+
56
import asyncio
67
import json
78
import logging

tests/test_unii_equipment_information.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"""
33
Test Equipment Information.
44
"""
5+
56
import asyncio
67
import json
78
import logging

tests/test_unii_inputs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"""
44
Test Input Status.
55
"""
6+
67
import asyncio
78
import json
89
import logging

tests/test_unii_outputs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"""
33
Test Input Status.
44
"""
5+
56
import asyncio
67
import json
78
import logging

tests/test_unii_sections.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"""
33
Test Input Status.
44
"""
5+
56
import asyncio
67
import json
78
import logging

0 commit comments

Comments
 (0)