Skip to content
Snippets Groups Projects
Commit 4c2dd2c4 authored by Sebastian Müller's avatar Sebastian Müller 🐈
Browse files

make pylint happy

parent 90632cb2
No related branches found
No related tags found
1 merge request!281Deprecate initialize method of Composition
Pipeline #220916 passed with stages
in 4 minutes and 28 seconds
......@@ -88,7 +88,7 @@ class Composition(Loggable):
version="0.6",
)
def initialize(self):
...
"""Initialize all modules."""
def __init__(
self,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment