Skip to content

Commit 61057f1

Browse files
Export types at top-level (#60)
1 parent 1206cc4 commit 61057f1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pytest_aiohttp/__init__.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1-
from ._version import version as __version__ # noqa
1+
from ._version import version as __version__ # noqa: F401
2+
from .plugin import ( # noqa: F401
3+
AiohttpClient as AiohttpClient,
4+
AiohttpRawServer as AiohttpRawServer,
5+
AiohttpServer as AiohttpServer,
6+
)

0 commit comments

Comments
 (0)