Skip to content

Commit

Permalink
Fix linter objection over too few blank lines
Browse files Browse the repository at this point in the history
  • Loading branch information
allenrobel committed Feb 13, 2024
1 parent 5216e60 commit 8c61cac
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ class MockImagePolicies:
"""
Mock the ImagePolicies class to return various values for all_policies
"""

def __init__(self, key: str) -> None:
self.key = key

Expand All @@ -61,6 +62,7 @@ def all_policies(self, *args):
"""
return image_policies_all_policies(self.key)


def test_image_policy_create_bulk_00010(image_policy_create_bulk) -> None:
"""
Method
Expand Down

0 comments on commit 8c61cac

Please sign in to comment.