From 483de6560f034bda595e842cd521a21145001557 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matti=20M=C3=A4ki?= Date: Wed, 16 Jan 2019 11:07:18 +0200 Subject: [PATCH] Update structures.py --- requests/structures.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/requests/structures.py b/requests/structures.py index 05d2b3f57b..fc4b64ef2c 100644 --- a/requests/structures.py +++ b/requests/structures.py @@ -9,6 +9,8 @@ import collections +from typing import List + from .compat import OrderedDict