Skip to content

Commit c69ba1c

Browse files
committed
chore(flake8): if observer is not None
1 parent 84c5107 commit c69ba1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

output_analysis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def __init__(
7777
self._sq = None
7878
self.alpha = alpha
7979
self._observers = []
80-
if not observer is None:
80+
if observer is not None:
8181
self.register_observer(observer)
8282

8383
if isinstance(data, np.ndarray):

0 commit comments

Comments
 (0)