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

formatting

parent 34dc24c6
No related branches found
No related tags found
1 merge request!281Deprecate initialize method of Composition
Pipeline #220915 failed with stages
in 2 minutes and 38 seconds
......@@ -87,7 +87,8 @@ class Composition(Loggable):
"Compositions are now initialized when created. To be removed in v1.0.",
version="0.6",
)
def initialize(self): ...
def initialize(self):
...
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