Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealFalcon committed Sep 28, 2023
1 parent 7d75f78 commit 15e8130
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion cloudinit/distros/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
from typing import (
Any,
Dict,
Iterable,
List,
Mapping,
MutableMapping,
Expand Down
2 changes: 1 addition & 1 deletion tests/unittests/distros/test_init.py
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ def test_non_default_package_manager_fail(
)
with pytest.raises(
PackageInstallerError,
match="Failed to install the following packages: \['pkg3'\]",
match="Failed to install the following packages: \\['pkg3'\\]",
):
_get_distro("debian").install_packages(
[{"apt": ["pkg1"]}, "pkg2", {"snap": ["pkg3"]}]
Expand Down

0 comments on commit 15e8130

Please sign in to comment.