Skip to content

Commit

Permalink
Minor tweak to fix py3.8 CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sirosen committed May 31, 2024
1 parent f009a4a commit a553245
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/webargs/tornadoparser.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ def get(self, args):
self.write(response)
"""

from __future__ import annotations

import json
import typing

Expand Down

0 comments on commit a553245

Please sign in to comment.