Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
jbolor21 committed May 15, 2024
1 parent 8353d3b commit 03d3a63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyrit/models/data_type_serializer.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def save_data(self, data: bytes) -> None:
with open(self.value, "wb") as file:
file.write(data)

def save_b64_image(self, data: str, output_filename: str=None) -> None:
def save_b64_image(self, data: str, output_filename: str=None) -> None:
"""
Saves the base64 encoded image to disk.
"""
Expand Down

0 comments on commit 03d3a63

Please sign in to comment.