We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1206cc4 commit 61057f1Copy full SHA for 61057f1
pytest_aiohttp/__init__.py
@@ -1 +1,6 @@
1
-from ._version import version as __version__ # noqa
+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