We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cfb834 commit 0b77f30Copy full SHA for 0b77f30
1 file changed
OMPython/OMCSession.py
@@ -34,23 +34,23 @@
34
CONDITIONS OF OSMC-PL.
35
"""
36
37
-import shutil
38
import getpass
39
-import logging
40
import json
+import logging
41
import os
42
import pathlib
43
import psutil
+import pyparsing
44
+import shutil
45
import signal
46
import subprocess
47
import sys
48
import tempfile
49
import time
50
from typing import Optional
51
import uuid
-import pyparsing
52
-import zmq
53
import warnings
+import zmq
54
55
# TODO: replace this with the new parser
56
from OMPython.OMTypedParser import parseString as om_parser_typed
0 commit comments