Skip to content

Commit

Permalink
Update src/ansible_creator/utils.py
Browse files Browse the repository at this point in the history
Co-authored-by: Bradley A. Thornton <bthornto@redhat.com>
  • Loading branch information
Qalthos and cidrblock authored Sep 27, 2024
1 parent b397f25 commit 3dad8f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ansible_creator/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ def remove_existing(self) -> None:


class FileList(list[DestinationFile]):
"""list subclass holding DestinationFiles with convenience methods."""
"""A list subclass holding DestinationFiles with convenience methods."""

def has_conflicts(self) -> bool:
"""Check if any files have conflicts in the destination.
Expand Down

0 comments on commit 3dad8f6

Please sign in to comment.