Skip to content

Commit

Permalink
Update charm.py (#640)
Browse files Browse the repository at this point in the history
chore: import JujuVersion from ops.jujuversion instead of model
  • Loading branch information
IronCore864 authored Aug 19, 2024
1 parent 573e235 commit c287007
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 @@ -55,12 +55,12 @@
RelationDepartedEvent,
WorkloadEvent,
)
from ops.jujuversion import JujuVersion
from ops.main import main
from ops.model import (
ActiveStatus,
BlockedStatus,
Container,
JujuVersion,
MaintenanceStatus,
ModelError,
Relation,
Expand Down

0 comments on commit c287007

Please sign in to comment.