From 5b8b6ceb0ecccf994cf7c41f2e571634025da208 Mon Sep 17 00:00:00 2001 From: Chris Veilleux Date: Fri, 16 Apr 2021 14:09:55 -0500 Subject: [PATCH] Remove unused import --- __init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/__init__.py b/__init__.py index 5afe0d4a..34009fd3 100644 --- a/__init__.py +++ b/__init__.py @@ -19,7 +19,6 @@ Selene. The Selene API is also used to get geographical information about the city name provided in the request. """ -from collections import defaultdict from multi_key_dict import multi_key_dict from time import sleep from typing import List, Tuple