Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
declanmcnamara committed Feb 3, 2025
1 parent 9c214db commit 42eb178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion case_studies/redshift/artifacts/redshift_dc2.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def prepare_data(self): # noqa: WPS324

return None

def generate_cached_data(self, naming_info: tuple): # pylint: disable=W0237,R0801
def generate_cached_data(self, naming_info: tuple): # pylint: disable=W0237,R0801
image_index, patch_name = naming_info
result_dict = self.load_image_and_catalog(image_index)

Expand Down

0 comments on commit 42eb178

Please sign in to comment.