Skip to content
This repository has been archived by the owner on Mar 23, 2020. It is now read-only.

Commit

Permalink
renaming Event to EventSource per canonical/operator#91
Browse files Browse the repository at this point in the history
  • Loading branch information
camille-rodriguez committed Jan 10, 2020
1 parent 191ce1d commit becb78a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/charm.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

from base64 import b64encode
from ops.charm import CharmBase, CharmEvents
from ops.framework import Event, EventBase, StoredState
from ops.framework import EventSource, EventBase, StoredState
from ops.model import ActiveStatus, BlockedStatus
from ops.main import main

Expand Down

0 comments on commit becb78a

Please sign in to comment.