Skip to content

Commit

Permalink
Add from __future__ import annotations for Python 3.9 support
Browse files Browse the repository at this point in the history
  • Loading branch information
tianyizheng02 committed Aug 18, 2024
1 parent 639d70e commit 32c88e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pittapi/sports.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
"""

from __future__ import annotations

import requests

from typing import Any, NamedTuple
Expand Down

0 comments on commit 32c88e9

Please sign in to comment.