Skip to content

Commit

Permalink
🎨 [pre-commit.ci] Auto format from pre-commit.com hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Aug 28, 2023
1 parent 440450a commit d9a3fb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pydngconverter/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ async def extract_thumbnail(
return job.thumbnail_destination

async def convert_file(
self, *, destination: str = None, job: dngconverter.DNGJob = None, log=None
self, *, destination: Optional[str] = None, job: dngconverter.DNGJob = None, log=None
):
"""Execute provided conversion job.
Expand Down

0 comments on commit d9a3fb3

Please sign in to comment.