Skip to content

Commit 9421912

Browse files
committed
Reformat file with black
1 parent 1db1d24 commit 9421912

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

command_runner/elevate.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,7 @@ def is_admin():
7777
return os.getuid() == 0
7878
else:
7979
raise EnvironmentError(
80-
"OS does not seem to be supported for admin check. OS: {}".format(
81-
OS_NAME
82-
)
80+
"OS does not seem to be supported for admin check. OS: {}".format(OS_NAME)
8381
)
8482

8583

0 commit comments

Comments
 (0)