Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

Commit

Permalink
Expose CharmEvents at the top level.
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyandrewmeyer committed Sep 23, 2024
1 parent 1eaed95 commit e88789b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scenario/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def test_base():
assert out.unit_status == UnknownStatus()
"""

from scenario.context import Context, Manager
from scenario.context import CharmEvents, Context, Manager
from scenario.state import (
ActionFailed,
ActiveStatus,
Expand Down Expand Up @@ -110,6 +110,7 @@ def test_base():
"AnyJson",
"BindAddress",
"BlockedStatus",
"CharmEvents",
"CharmType",
"CheckInfo",
"CloudCredential",
Expand Down

0 comments on commit e88789b

Please sign in to comment.