Skip to content

Commit 23d4dea

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 77e082f commit 23d4dea

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

async_timeout/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
from types import TracebackType
55
from typing import Optional, Type, final
66

7-
87
__version__ = "5.0.1"
98

109

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
from setuptools import setup
22

3-
43
setup()

tests/test_timeout.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
from async_timeout import timeout, timeout_at
1010

11-
1211
_Func = TypeVar("_Func", bound=Callable[..., Any])
1312

1413

0 commit comments

Comments
 (0)