Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sed-i committed Dec 4, 2024
1 parent a9e7ac0 commit bf11ade
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 @@ -54,6 +54,7 @@
from lightkube.core.exceptions import ApiError
from lightkube.models.core_v1 import ServicePort
from lightkube.resources.core_v1 import Service
from ops import main
from ops.charm import (
ActionEvent,
CharmBase,
Expand All @@ -65,7 +66,6 @@
UpdateStatusEvent,
)
from ops.framework import StoredState
from ops import main
from ops.model import (
ActiveStatus,
BlockedStatus,
Expand Down

0 comments on commit bf11ade

Please sign in to comment.