Skip to content

Commit

Permalink
delint
Browse files Browse the repository at this point in the history
Signed-off-by: Sylvain Hellegouarch <sh@defuze.org>
  • Loading branch information
Lawouach committed Mar 18, 2024
1 parent 2225759 commit 7847776
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions chaosreliably/controls/experiment.py
Original file line number Diff line number Diff line change
Expand Up @@ -332,9 +332,9 @@ def finish(self, journal: Journal) -> None:
self.secrets,
)

self.experiment = (
self.configuration
) = self.secrets = self.journal = None
self.experiment = self.configuration = self.secrets = (
self.journal
) = None

init_failed.clear()

Expand Down

0 comments on commit 7847776

Please sign in to comment.