Skip to content

Commit 0b77f30

Browse files
committed
[OMCSession] reorder imports
1 parent 9cfb834 commit 0b77f30

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

OMPython/OMCSession.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,23 +34,23 @@
3434
CONDITIONS OF OSMC-PL.
3535
"""
3636

37-
import shutil
3837
import getpass
39-
import logging
4038
import json
39+
import logging
4140
import os
4241
import pathlib
4342
import psutil
43+
import pyparsing
44+
import shutil
4445
import signal
4546
import subprocess
4647
import sys
4748
import tempfile
4849
import time
4950
from typing import Optional
5051
import uuid
51-
import pyparsing
52-
import zmq
5352
import warnings
53+
import zmq
5454

5555
# TODO: replace this with the new parser
5656
from OMPython.OMTypedParser import parseString as om_parser_typed

0 commit comments

Comments
 (0)