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
Ievgen Vovk
ctapipe_io_magic
Commits
8982faad
Commit
8982faad
authored
Nov 29, 2021
by
Alessio Berti
Browse files
Remove comma.
parent
33eedea5
Pipeline
#116161
failed with stage
in 7 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
ctapipe_io_magic/__init__.py
View file @
8982faad
...
...
@@ -90,7 +90,7 @@ class MAGICEventSource(EventSource):
"""
_count
=
0
def
__init__
(
self
,
input_url
=
None
,
config
=
None
,
parent
=
None
,
,
**
kwargs
):
def
__init__
(
self
,
input_url
=
None
,
config
=
None
,
parent
=
None
,
**
kwargs
):
"""
Constructor
...
...
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