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
beat
beat.core
Commits
a2a35d40
Commit
a2a35d40
authored
Apr 07, 2021
by
Samuel GAIST
Committed by
Samuel Gaist
Apr 09, 2021
Browse files
[test][prefix] Pre-commit cleanup
parent
79510b60
Changes
8
Hide whitespace changes
Inline
Side-by-side
beat/core/test/prefix/databases/simple/1.py
View file @
a2a35d40
...
...
@@ -43,7 +43,12 @@ from beat.backend.python.database import View as BaseView
class
View
(
BaseView
):
def
setup
(
self
,
root_folder
,
outputs
,
parameters
,
start_index
=
None
,
end_index
=
None
,
self
,
root_folder
,
outputs
,
parameters
,
start_index
=
None
,
end_index
=
None
,
):
"""Initializes the database"""
...
...
beat/core/test/prefix/databases/simple/2.py
View file @
a2a35d40
...
...
@@ -43,7 +43,12 @@ from beat.backend.python.database import View as BaseView
class
View
(
BaseView
):
def
setup
(
self
,
root_folder
,
outputs
,
parameters
,
start_index
=
None
,
end_index
=
None
,
self
,
root_folder
,
outputs
,
parameters
,
start_index
=
None
,
end_index
=
None
,
):
"""Initializes the database"""
...
...
beat/core/test/prefix/databases/simple_env/1.py
View file @
a2a35d40
...
...
@@ -43,7 +43,12 @@ from beat.backend.python.database import View as BaseView
class
View
(
BaseView
):
def
setup
(
self
,
root_folder
,
outputs
,
parameters
,
start_index
=
None
,
end_index
=
None
,
self
,
root_folder
,
outputs
,
parameters
,
start_index
=
None
,
end_index
=
None
,
):
"""Initializes the database"""
...
...
beat/core/test/prefix/databases/simple_env/2.py
View file @
a2a35d40
...
...
@@ -43,7 +43,12 @@ from beat.backend.python.database import View as BaseView
class
View
(
BaseView
):
def
setup
(
self
,
root_folder
,
outputs
,
parameters
,
start_index
=
None
,
end_index
=
None
,
self
,
root_folder
,
outputs
,
parameters
,
start_index
=
None
,
end_index
=
None
,
):
"""Initializes the database"""
...
...
beat/core/test/prefix/databases/simple_invalid_env/1.py
View file @
a2a35d40
...
...
@@ -43,7 +43,12 @@ from beat.backend.python.database import View as BaseView
class
View
(
BaseView
):
def
setup
(
self
,
root_folder
,
outputs
,
parameters
,
start_index
=
None
,
end_index
=
None
,
self
,
root_folder
,
outputs
,
parameters
,
start_index
=
None
,
end_index
=
None
,
):
"""Initializes the database"""
...
...
beat/core/test/prefix/databases/simple_invalid_env/2.py
View file @
a2a35d40
...
...
@@ -43,7 +43,12 @@ from beat.backend.python.database import View as BaseView
class
View
(
BaseView
):
def
setup
(
self
,
root_folder
,
outputs
,
parameters
,
start_index
=
None
,
end_index
=
None
,
self
,
root_folder
,
outputs
,
parameters
,
start_index
=
None
,
end_index
=
None
,
):
"""Initializes the database"""
...
...
beat/core/test/prefix/databases/simple_rawdata_access/1.py
View file @
a2a35d40
...
...
@@ -43,7 +43,12 @@ from beat.backend.python.database import View as BaseView
class
View
(
BaseView
):
def
setup
(
self
,
root_folder
,
outputs
,
parameters
,
start_index
=
None
,
end_index
=
None
,
self
,
root_folder
,
outputs
,
parameters
,
start_index
=
None
,
end_index
=
None
,
):
"""Initializes the database"""
...
...
beat/core/test/prefix/databases/simple_rawdata_access/2.py
View file @
a2a35d40
...
...
@@ -43,7 +43,12 @@ from beat.backend.python.database import View as BaseView
class
View
(
BaseView
):
def
setup
(
self
,
root_folder
,
outputs
,
parameters
,
start_index
=
None
,
end_index
=
None
,
self
,
root_folder
,
outputs
,
parameters
,
start_index
=
None
,
end_index
=
None
,
):
"""Initializes the database"""
...
...
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