Skip to content

Commit

Permalink
lint + fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
MiaAltieri committed Sep 27, 2023
1 parent 315eaa5 commit 3f5d3d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/charms/mongodb/v0/shards_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
import logging

from charms.mongodb.v0.helpers import KEY_FILE
from charms.mongodb.v0.users import MongoDBUser, OperatorUser
from charms.mongodb.v0.mongodb import MongoDBConnection, NotReadyError, PyMongoError
from charms.mongodb.v0.users import MongoDBUser, OperatorUser
from ops.charm import CharmBase
from ops.framework import Object
from ops.model import BlockedStatus, MaintenanceStatus
Expand Down

0 comments on commit 3f5d3d2

Please sign in to comment.