Skip to content

Commit

Permalink
reformat code
Browse files Browse the repository at this point in the history
  • Loading branch information
mosquito committed Jul 17, 2023
1 parent aa3d429 commit 68044d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion aiohttp_s3_client/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ class AwsDownloadError(AwsError):
if sys.version_info < (3, 8):
from contextlib import suppress


@threaded
def unlink_path(path: Path) -> None:
with suppress(FileNotFoundError):
Expand Down

0 comments on commit 68044d5

Please sign in to comment.