Skip to content

Commit

Permalink
chore: address ruff warning
Browse files Browse the repository at this point in the history
Signed-off-by: Claudio Matsuoka <claudio.matsuoka@canonical.com>
  • Loading branch information
cmatsuoka committed Apr 22, 2024
1 parent cfda0e4 commit 7efba0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/commands/test_init.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
)
)
BASIC_INIT_FILES_WITH_TOOLS = frozenset(
[p for p in BASIC_INIT_FILES]
list(BASIC_INIT_FILES)
+ [
pathlib.Path(p)
for p in (
Expand Down

0 comments on commit 7efba0b

Please sign in to comment.