Skip to content

Commit 992c00d

Browse files
committed
[DummyPopen] remove redundant parentheses
1 parent 1ff0843 commit 992c00d

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
@@ -59,7 +59,7 @@
5959
logger = logging.getLogger(__name__)
6060

6161

62-
class DummyPopen():
62+
class DummyPopen:
6363
def __init__(self, pid):
6464
self.pid = pid
6565
self.process = psutil.Process(pid)

0 commit comments

Comments
 (0)