Skip to content

Commit

Permalink
Remove odd #
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyandrewmeyer committed Aug 19, 2024
1 parent fe9be7c commit 56ded26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scenario/state.py
Original file line number Diff line number Diff line change
Expand Up @@ -1581,7 +1581,7 @@ def name(self):
return self.handle_path.split("/")[-1].split("[")[0]


class _EventType(str, Enum): #
class _EventType(str, Enum):
framework = "framework"
builtin = "builtin"
relation = "relation"
Expand Down

0 comments on commit 56ded26

Please sign in to comment.