Skip to content

Commit a4229e4

Browse files
committed
[DummyPopen] remove redundant parentheses
1 parent d251c57 commit a4229e4

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
@@ -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)