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
bob
bob.io.stream
Commits
50226420
Commit
50226420
authored
Sep 14, 2020
by
Vincent POLLET
Browse files
Remove mother class of the filters from the decorated Stream class
parent
76514b0f
Pipeline
#42769
passed with stage
in 6 minutes and 12 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bob/io/stream/stream.py
View file @
50226420
...
@@ -244,8 +244,7 @@ def stream_filter(name):
...
@@ -244,8 +244,7 @@ def stream_filter(name):
################################################################################
################################################################################
# Stream Filters
# Stream Filters
### default filter ###
### Filter general class ###
@
stream_filter
(
"filter"
)
class
StreamFilter
(
Stream
):
class
StreamFilter
(
Stream
):
def
__init__
(
self
,
name
,
parent
):
def
__init__
(
self
,
name
,
parent
):
super
().
__init__
(
name
=
name
,
parent
=
parent
)
super
().
__init__
(
name
=
name
,
parent
=
parent
)
...
...
Write
Preview
Markdown
is supported
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