Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 12, 2025
1 parent 1afe716 commit 913f496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/filelock/read_write/asyncio/_api.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from __future__ import annotations

import asyncio
import time
from pathlib import Path
from typing import TYPE_CHECKING, NoReturn, cast
Expand All @@ -9,7 +10,6 @@
from filelock.read_write._api import BaseReadWriteFileLock, ReadWriteMode

if TYPE_CHECKING:
import asyncio
import os
import sys
from concurrent import futures
Expand Down

0 comments on commit 913f496

Please sign in to comment.