Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
geomultisens
gms_preprocessing
Commits
96d668aa
Commit
96d668aa
authored
Nov 28, 2017
by
Daniel Scheffler
Browse files
Fixed style issues.
parent
81889e71
Pipeline
#1616
failed with stage
in 11 minutes and 5 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
gms_preprocessing/__init__.py
View file @
96d668aa
...
...
@@ -8,9 +8,9 @@ from . import algorithms # noqa: E402
from
.
import
io
# noqa: E402
from
.
import
misc
# noqa: E402
from
.
import
processing
# noqa: E402
from
.
import
options
# noqa:
E
40
2
from
.options
import
config
# noqa:
E
40
2
from
.options.config
import
set_config
# noqa:
E
40
2
from
.
import
options
# noqa:
F
40
1 (imported but unused)
from
.options
import
config
# noqa:
F
40
1 (imported but unused)
from
.options.config
import
set_config
# noqa:
F
40
1 (imported but unused)
from
.processing.process_controller
import
process_controller
# noqa: E402
__author__
=
"""Daniel Scheffler"""
...
...
@@ -21,7 +21,7 @@ __all__ = ['algorithms',
'io'
,
'misc'
,
'processing'
,
'config'
# only to keep compatibility with HU-INF codes
'config'
# only to keep compatibility with HU-INF codes
'options'
,
'set_config'
,
'process_controller'
,
...
...
Daniel Scheffler
@danschef
mentioned in commit
d3d495e0
·
Feb 06, 2018
mentioned in commit
d3d495e0
mentioned in commit d3d495e07e9507369d2459b5521fc874b2367114
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment