Skip to content

Commit

Permalink
Update Operator Framework to SHA ccf1dce2
Browse files Browse the repository at this point in the history
  • Loading branch information
relaxdiego committed May 13, 2020
1 parent f036d5f commit 1b2ba9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/interface_http.py
Expand Up @@ -4,8 +4,8 @@
from ops.framework import (
EventBase,
EventSource,
EventsBase,
Object,
ObjectEvents,
)

from adapters import (
Expand Down Expand Up @@ -73,7 +73,7 @@ def restore(self, snapshot):
self._server_details = ServerDetails.restore(snapshot)


class ClientEvents(EventsBase):
class ClientEvents(ObjectEvents):
server_available = EventSource(ServerAvailableEvent)


Expand Down

0 comments on commit 1b2ba9e

Please sign in to comment.