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 fe13885 commit a5ec28bCopy full SHA for a5ec28b
asyncpg/compat.py
@@ -30,7 +30,6 @@
30
31
_T = typing.TypeVar('_T')
32
PY_37: Final = sys.version_info >= (3, 7)
33
-SYSTEM: Final = platform.uname().system
34
35
36
if sys.platform == 'win32':
0 commit comments