Skip to content

Commit 7a95aeb

Browse files
authored
Remove extra space. (#1012)
1 parent 8bb6356 commit 7a95aeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openhtf/output/proto/test_runs_converter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
UOM_CODE_MAP = {
6060
u.GetOptions().Extensions[
6161
test_runs_pb2.uom_code]: num
62-
for num, u in
62+
for num, u in
6363
test_runs_pb2.Units.UnitCode.DESCRIPTOR.values_by_number.items()
6464
}
6565
# pylint: enable=no-member

0 commit comments

Comments
 (0)