Skip to content

Commit

Permalink
lint code typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjk committed Dec 10, 2024
1 parent 87c111b commit f448c98
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/backup.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ def _should_skip_container(self, c: Container) -> bool:
# No reason to skip
return False


def group_containers(self) -> Dict[str, List[Container]]:
containers: List[Container] = self.docker.containers.list() # type: ignore
starting_container_amt = len(containers)
Expand Down

0 comments on commit f448c98

Please sign in to comment.