Skip to content

Commit 883822a

Browse files
committed
fix format
1 parent 7926b76 commit 883822a

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

tests/client/client_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Covered under the included MIT License:
33
# https://github.com/celonis/homcc/blob/main/LICENSE
44

5-
""" Tests for client/client.py"""
5+
"""Tests for client/client.py"""
66

77
import os
88
import threading

tests/client/compilation_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Covered under the included MIT License:
33
# https://github.com/celonis/homcc/blob/main/LICENSE
44

5-
""" Tests for client/compilation.py"""
5+
"""Tests for client/compilation.py"""
66
import os
77
import subprocess
88
from pathlib import Path

tests/client/parsing_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Covered under the included MIT License:
33
# https://github.com/celonis/homcc/blob/main/LICENSE
44

5-
""" Tests for client/parsing.py"""
5+
"""Tests for client/parsing.py"""
66
import os
77
import subprocess
88
from pathlib import Path

tests/common/compression_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Covered under the included MIT License:
33
# https://github.com/celonis/homcc/blob/main/LICENSE
44

5-
""" Tests for common/compression.py"""
5+
"""Tests for common/compression.py"""
66
from homcc.common.compression import LZMA, LZO, CompressedBytes, NoCompression
77

88
TEST_DATA: bytearray = bytearray([0x1, 0x2, 0x3, 0x4, 0x5, 0x6, 0x6, 0x6, 0x9])

tests/server/parsing_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Covered under the included MIT License:
33
# https://github.com/celonis/homcc/blob/main/LICENSE
44

5-
""" Tests for client/compilation.py"""
5+
"""Tests for client/compilation.py"""
66
import os
77
from argparse import ArgumentTypeError
88
from pathlib import Path

0 commit comments

Comments
 (0)