We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 966e0d5 commit 3f46fc4Copy full SHA for 3f46fc4
aiostandalone/app.py
@@ -1,4 +1,5 @@
1
"""Standalone application class"""
2
+from __future__ import annotations
3
import asyncio
4
from asyncio import AbstractEventLoop, CancelledError, Task
5
from logging import Logger
setup.py
@@ -1,3 +1,4 @@
import os
import sys
from setuptools import setup
0 commit comments