Skip to content

Commit

Permalink
update libs
Browse files Browse the repository at this point in the history
  • Loading branch information
MiaAltieri committed Jul 31, 2024
1 parent 4981106 commit 312fc7c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
8 changes: 5 additions & 3 deletions lib/charms/mongos/v0/mongos_client_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@
shards.
"""
import logging
from ops.framework import Object
from ops.charm import CharmBase
from charms.data_platform_libs.v0.data_interfaces import (
DatabaseProvides,
)

from charms.data_platform_libs.v0.data_interfaces import DatabaseProvides
from charms.mongodb.v1.mongos import MongosConfiguration
from ops.charm import CharmBase
from ops.framework import Object

logger = logging.getLogger(__name__)
DATABASE_KEY = "database"
Expand Down
1 change: 1 addition & 0 deletions lib/charms/mongos/v0/set_status.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
from ops.framework import Object
from ops.model import StatusBase


# The unique Charmhub library identifier, never change it
LIBID = "0713372afa0841359edbb777273ecdbf"

Expand Down

0 comments on commit 312fc7c

Please sign in to comment.