Skip to content

Commit ceeb1bd

Browse files
committed
refactor: Automatic formatting
1 parent 1b2152f commit ceeb1bd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

posthog/test/test_client.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1928,9 +1928,9 @@ def test_mock_system_context(
19281928

19291929
# Set up platform-specific mocks
19301930
if platform_method:
1931-
getattr(
1932-
mock_platform, platform_method
1933-
).return_value = platform_return
1931+
getattr(mock_platform, platform_method).return_value = (
1932+
platform_return
1933+
)
19341934

19351935
# Special handling for Linux which uses distro module
19361936
if sys_platform == "linux":

0 commit comments

Comments
 (0)