diff --git a/src/webargs/tornadoparser.py b/src/webargs/tornadoparser.py index 2b4d8800..35fa0c13 100644 --- a/src/webargs/tornadoparser.py +++ b/src/webargs/tornadoparser.py @@ -14,6 +14,8 @@ def get(self, args): self.write(response) """ +from __future__ import annotations + import json import typing