Skip to content

Commit 2fa4426

Browse files
Formatting
1 parent 4772588 commit 2fa4426

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

testgres/operations/remote_ops.py

-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ def cmdline(self):
3939

4040
class RemoteOperations(OsOperations):
4141
def __init__(self, conn_params: ConnectionParams):
42-
4342
if not platform.system().lower() == "linux":
4443
raise EnvironmentError("Remote operations are supported only on Linux!")
4544

0 commit comments

Comments
 (0)