Skip to content

Commit 429fe87

Browse files
committed
[ModelicaSystem] move import re
Pylint is recommenting to order the imports in several sections alphabetically: (1) python standard library (2) third party packages (3) current package
1 parent 76b73e5 commit 429fe87

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

OMPython/ModelicaSystem.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
import os
1212
import pathlib
1313
import queue
14+
import re
1415
import textwrap
1516
import threading
1617
from typing import Any, cast, Optional
@@ -19,8 +20,6 @@
1920

2021
import numpy as np
2122

22-
import re
23-
2423
from OMPython.OMCSession import (
2524
OMCSessionException,
2625
OMCSessionRunData,

0 commit comments

Comments
 (0)