Skip to content

Commit

Permalink
chore: Fix type annotations for Python 3.7/3.8
Browse files Browse the repository at this point in the history
Signed-off-by: Kai Blin <[email protected]>
  • Loading branch information
kblin committed Dec 13, 2022
1 parent 966e0d5 commit 3f46fc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions aiostandalone/app.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Standalone application class"""
from __future__ import annotations
import asyncio
from asyncio import AbstractEventLoop, CancelledError, Task
from logging import Logger
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from __future__ import annotations
import os
import sys
from setuptools import setup
Expand Down

0 comments on commit 3f46fc4

Please sign in to comment.