Skip to content

Commit 9cfb834

Browse files
committed
[DummyPopen] remove redundant parentheses
1 parent 5e7a272 commit 9cfb834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OMPython/OMCSession.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
logger = logging.getLogger(__name__)
6262

6363

64-
class DummyPopen():
64+
class DummyPopen:
6565
def __init__(self, pid):
6666
self.pid = pid
6767
self.process = psutil.Process(pid)

0 commit comments

Comments
 (0)