Skip to content

Commit 32c88e9

Browse files
committed
Add from __future__ import annotations for Python 3.9 support
1 parent 639d70e commit 32c88e9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pittapi/sports.py

+2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1818
"""
1919

20+
from __future__ import annotations
21+
2022
import requests
2123

2224
from typing import Any, NamedTuple

0 commit comments

Comments
 (0)