Skip to content

Commit 74542f4

Browse files
committed
Fix python linter
Signed-off-by: Irene Bandera <irenebandera@eprosima.com>
1 parent 11a6113 commit 74542f4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

py_utils/py_utils/system/system_utils.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818

1919
import os
2020

21+
2122
def is_linux() -> bool:
2223
"""
2324
@brief Check if the script is running in a Linux environment.
@@ -26,6 +27,7 @@ def is_linux() -> bool:
2627
"""
2728
return os.name == 'posix'
2829

30+
2931
def is_windows() -> bool:
3032
"""
3133
@brief Check if the script is running in a Windows environment.

0 commit comments

Comments
 (0)