Skip to content

Commit

Permalink
Style fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyandrewmeyer committed Nov 24, 2024
1 parent e89b189 commit aef0c08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/src/scenario/runtime.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def emit(self):
"""Emit the event.
Within the test framework, this only requires recording that it was emitted.
"""
"""
self._has_emitted = True

def __exit__(self, exc_type: Any, exc_val: Any, exc_tb: Any): # noqa: U100
Expand Down

0 comments on commit aef0c08

Please sign in to comment.