We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ff0843 commit 992c00dCopy full SHA for 992c00d
1 file changed
OMPython/OMCSession.py
@@ -59,7 +59,7 @@
59
logger = logging.getLogger(__name__)
60
61
62
-class DummyPopen():
+class DummyPopen:
63
def __init__(self, pid):
64
self.pid = pid
65
self.process = psutil.Process(pid)
0 commit comments