Skip to content

Commit

Permalink
fmt + lint
Browse files Browse the repository at this point in the history
  • Loading branch information
MiaAltieri committed Dec 11, 2024
1 parent 18d6abb commit d821ff3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/charm.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

from charms.grafana_agent.v0.cos_agent import COSAgentProvider
from charms.mongodb.v0.config_server_interface import ClusterProvider
from charms.operator_libs_linux.v0 import sysctl
from charms.mongodb.v0.mongo import MongoConfiguration
from charms.mongodb.v0.mongodb_secrets import SecretCache, generate_secret_label
from charms.mongodb.v0.set_status import MongoDBStatusHandler
Expand Down Expand Up @@ -41,6 +40,7 @@
MonitorUser,
OperatorUser,
)
from charms.operator_libs_linux.v0 import sysctl
from charms.operator_libs_linux.v1.systemd import service_running
from charms.operator_libs_linux.v2 import snap
from data_platform_helpers.version_check import (
Expand Down
1 change: 0 additions & 1 deletion tests/unit/test_charm.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
from charm import MongodbOperatorCharm, NotReadyError, subprocess
from config import Config


from .helpers import patch_network_get

REPO_NAME = "deb-https://repo.mongodb.org/apt/ubuntu-focal/mongodb-org/5.0"
Expand Down

0 comments on commit d821ff3

Please sign in to comment.