Skip to content

Commit e0472e8

Browse files
committed
[DummyPopen] remove redundant parentheses
1 parent 87b0a38 commit e0472e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

OMPython/OMCSession.py

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

6464

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

0 commit comments

Comments
 (0)