Skip to content

Commit 20ea325

Browse files
committed
[OMCSession] reorder imports
1 parent f97739e commit 20ea325

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

OMPython/OMCSession.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,24 +34,24 @@
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
4444
import re
45+
import shutil
4546
import signal
4647
import subprocess
4748
import sys
4849
import tempfile
4950
import time
5051
from typing import Optional
5152
import uuid
52-
import pyparsing
53-
import zmq
5453
import warnings
54+
import zmq
5555

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

0 commit comments

Comments
 (0)