Skip to content

Commit

Permalink
fix: remove excess star
Browse files Browse the repository at this point in the history
  • Loading branch information
nfrasser committed Dec 7, 2023
1 parent ae4eb91 commit 897980a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cryosparc/job.py
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,6 @@ def log_plot(
figure: Union[str, PurePath, IO[bytes], Any],
text: str,
formats: Iterable[ImageFormat] = ["png", "pdf"],
*,
raw_data: Union[str, bytes, Literal[None]] = None,
raw_data_file: Union[str, PurePath, IO[bytes], Literal[None]] = None,
raw_data_format: Optional[TextFormat] = None,
Expand Down

0 comments on commit 897980a

Please sign in to comment.