isort result

Change-Id: I137d9a6b4e2322f8df0506f9e8f751a4743aafd0
Reviewed-on: https://forge.frm2.tum.de/review/20218
Tested-by: JenkinsCodeReview <bjoern_pedersen@frm2.tum.de>
Reviewed-by: Enrico Faulhaber <enrico.faulhaber@frm2.tum.de>
This commit is contained in:
Enrico Faulhaber
2019-03-25 10:29:59 +01:00
parent de188983ba
commit a255cfaa55
18 changed files with 67 additions and 64 deletions

View File

@@ -26,11 +26,11 @@ from __future__ import division, print_function
import sys
import time
from secop.datatypes import (EnumType, FloatRange, StringType, TupleOf,
get_datatype)
from secop.datatypes import EnumType, FloatRange, StringType, TupleOf, \
get_datatype
from secop.errors import ConfigError, ProgrammingError
from secop.lib import (formatException, formatExtendedStack, mkthread,
unset_value)
from secop.lib import formatException, formatExtendedStack, mkthread, \
unset_value
from secop.lib.enum import Enum
from secop.metaclass import ModuleMeta, add_metaclass
from secop.params import Command, Override, Parameter, PREDEFINED_ACCESSIBLES