Skip to content

Commit 3f46fc4

Browse files
committed
chore: Fix type annotations for Python 3.7/3.8
Signed-off-by: Kai Blin <kblin@biosustain.dtu.dk>
1 parent 966e0d5 commit 3f46fc4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

aiostandalone/app.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Standalone application class"""
2+
from __future__ import annotations
23
import asyncio
34
from asyncio import AbstractEventLoop, CancelledError, Task
45
from logging import Logger

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
from __future__ import annotations
12
import os
23
import sys
34
from setuptools import setup

0 commit comments

Comments
 (0)