Skip to content

Commit

Permalink
Ignore a mypy error
Browse files Browse the repository at this point in the history
  • Loading branch information
yhaliaw committed Jul 4, 2023
1 parent 7d5693b commit 50ac735
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 @@ -37,7 +37,7 @@
from utilities import bytes_with_unit_to_kib, execute_command, get_env_var, retry

if TYPE_CHECKING:
from ops.model import JsonObject # pragma: no cover
from ops.model import JsonObject # type: ignore

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit 50ac735

Please sign in to comment.