Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed Sep 24, 2024
1 parent eacfbe7 commit f5310f6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/integration/test_container_resolvers.py
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,9 @@ class TestDefaultContainerResolvers(DockerContainerResolverTestCase, ContainerRe
}


class TestDefaultContainerResolversWithBuildInfo(DockerContainerResolverTestCase, ContainerResolverTestCases, MulledTestCaseWithBuildInfo):
class TestDefaultContainerResolversWithBuildInfo(
DockerContainerResolverTestCase, ContainerResolverTestCases, MulledTestCaseWithBuildInfo
):
"""
Same as TestDefaultContainerResolvers but with a tool using build info
serves to check if the mulled hashes are cumputed correctly
Expand Down

0 comments on commit f5310f6

Please sign in to comment.