Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
HaukurPall committed Jun 29, 2024
1 parent 9c3fa65 commit 731abcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiofile/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from abc import ABC, abstractmethod
from pathlib import Path
from types import MappingProxyType
from typing import Any, Generator, Tuple, Union, cast
from typing import Any, Generator, Tuple, Union

from .aio import AIOFile, FileIOType

Expand Down

0 comments on commit 731abcf

Please sign in to comment.