Skip to content

Commit

Permalink
fix: Python 3.8 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
wzyboy committed Jul 9, 2023
1 parent 88284fc commit 6dbd2c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ash.py
Expand Up @@ -2,6 +2,8 @@
A Flask-based web server that serves Twitter Archive.
'''

from __future__ import annotations

import re
import pprint
import itertools
Expand Down

0 comments on commit 6dbd2c5

Please sign in to comment.