Skip to content

Commit

Permalink
chore: replace ops.main.main() with ops.main
Browse files Browse the repository at this point in the history
Signed-off-by: Guillaume Belanger <guillaume.belanger27@gmail.com>
  • Loading branch information
gruyaume committed Oct 10, 2024
1 parent 12c4ecd commit f419ec7
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 @@ -32,10 +32,10 @@
ModelError,
RelationBrokenEvent,
WaitingStatus,
main,
)
from ops.charm import CharmBase
from ops.framework import EventBase
from ops.main import main
from ops.pebble import Layer

logger = logging.getLogger(__name__)
Expand Down

0 comments on commit f419ec7

Please sign in to comment.