From 6dbd2c542ab45772d2a03e5236dd4f92f8690c00 Mon Sep 17 00:00:00 2001 From: Zhuoyun Wei Date: Sun, 9 Jul 2023 01:07:13 -0700 Subject: [PATCH] fix: Python 3.8 compat --- ash.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ash.py b/ash.py index 205b602..f66dbb0 100644 --- a/ash.py +++ b/ash.py @@ -2,6 +2,8 @@ A Flask-based web server that serves Twitter Archive. ''' +from __future__ import annotations + import re import pprint import itertools