Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
beat
beat.core
Commits
f0cede35
Commit
f0cede35
authored
Jul 06, 2020
by
Samuel GAIST
Browse files
[test][prefix] Pre-commit cleanup
parent
372b4bdd
Changes
13
Hide whitespace changes
Inline
Side-by-side
beat/core/test/prefix/algorithms/v1/shell_exec/1.py
View file @
f0cede35
...
...
@@ -35,6 +35,7 @@
import
os
import
numpy
...
...
beat/core/test/prefix/databases/integers_db_invalid_env/1.py
View file @
f0cede35
...
...
@@ -34,8 +34,10 @@
###################################################################################
import
numpy
from
collections
import
namedtuple
import
numpy
from
beat.backend.python.database
import
View
...
...
beat/core/test/prefix/databases/integers_db_invalid_env/2.py
View file @
f0cede35
...
...
@@ -34,8 +34,10 @@
###################################################################################
import
numpy
from
collections
import
namedtuple
import
numpy
from
beat.backend.python.database
import
View
...
...
beat/core/test/prefix/databases/large/1.py
View file @
f0cede35
...
...
@@ -34,10 +34,11 @@
###################################################################################
import
numpy
from
collections
import
namedtuple
from
beat.backend.python.database
import
View
import
numpy
from
beat.backend.python.database
import
View
# ----------------------------------------------------------
...
...
beat/core/test/prefix/databases/large/2.py
View file @
f0cede35
...
...
@@ -34,10 +34,11 @@
###################################################################################
import
numpy
from
collections
import
namedtuple
from
beat.backend.python.database
import
View
import
numpy
from
beat.backend.python.database
import
View
# ----------------------------------------------------------
...
...
beat/core/test/prefix/databases/simple/1.py
View file @
f0cede35
...
...
@@ -34,9 +34,10 @@
###################################################################################
from
collections
import
namedtuple
import
numpy
from
collections
import
namedtuple
from
beat.backend.python.database
import
View
as
BaseView
...
...
beat/core/test/prefix/databases/simple/2.py
View file @
f0cede35
...
...
@@ -34,9 +34,10 @@
###################################################################################
from
collections
import
namedtuple
import
numpy
from
collections
import
namedtuple
from
beat.backend.python.database
import
View
as
BaseView
...
...
beat/core/test/prefix/databases/simple_env/1.py
View file @
f0cede35
...
...
@@ -34,9 +34,10 @@
###################################################################################
from
collections
import
namedtuple
import
numpy
from
collections
import
namedtuple
from
beat.backend.python.database
import
View
as
BaseView
...
...
beat/core/test/prefix/databases/simple_env/2.py
View file @
f0cede35
...
...
@@ -34,9 +34,10 @@
###################################################################################
from
collections
import
namedtuple
import
numpy
from
collections
import
namedtuple
from
beat.backend.python.database
import
View
as
BaseView
...
...
beat/core/test/prefix/databases/simple_invalid_env/1.py
View file @
f0cede35
...
...
@@ -34,9 +34,10 @@
###################################################################################
from
collections
import
namedtuple
import
numpy
from
collections
import
namedtuple
from
beat.backend.python.database
import
View
as
BaseView
...
...
beat/core/test/prefix/databases/simple_invalid_env/2.py
View file @
f0cede35
...
...
@@ -34,9 +34,10 @@
###################################################################################
from
collections
import
namedtuple
import
numpy
from
collections
import
namedtuple
from
beat.backend.python.database
import
View
as
BaseView
...
...
beat/core/test/prefix/plotters/user/scatter/1.py
View file @
f0cede35
...
...
@@ -34,17 +34,16 @@
###################################################################################
import
six
import
numpy
import
itertools
# Make sure we won't require an X11 connection
import
matplotlib
import
numpy
import
six
matplotlib
.
use
(
"Agg"
)
# noqa need to happen before further imports
from
matplotlib.figure
import
Figure
import
matplotlib.pyplot
as
pyplot
from
matplotlib
import
pyplot
as
pyplot
# noqa
from
matplotlib.figure
import
Figure
# noqa
class
Plotter
:
...
...
beat/core/test/prefix/plotters/user/scatter/2.py
View file @
f0cede35
...
...
@@ -34,17 +34,16 @@
###################################################################################
import
six
import
numpy
import
itertools
# Make sure we won't require an X11 connection
import
matplotlib
import
numpy
import
six
matplotlib
.
use
(
"Agg"
)
# noqa need to happen before further imports
from
matplotlib.figure
import
Figure
import
matplotlib.pyplot
as
pyplot
from
matplotlib
import
pyplot
as
pyplot
# noqa
from
matplotlib.figure
import
Figure
# noqa
class
Plotter
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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