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 ee10385 commit 9dc1c16Copy full SHA for 9dc1c16
asyncpg/pool.py
@@ -1,3 +1,10 @@
1
+# Copyright (C) 2016-present the ayncpg authors and contributors
2
+# <see AUTHORS file>
3
+#
4
+# This module is part of asyncpg and is released under
5
+# the Apache 2.0 License: http://www.apache.org/licenses/LICENSE-2.0
6
+
7
8
import asyncio
9
10
from . import connection
tests/test_pool.py
import asyncpg
0 commit comments