From 03c59811a39848fb8b290f88606f8b760530f5c3 Mon Sep 17 00:00:00 2001 From: Nex Date: Mon, 25 Jul 2022 17:43:27 +0200 Subject: [PATCH] Ordered imports --- mvt/common/url.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mvt/common/url.py b/mvt/common/url.py index 612212a..a5cb764 100644 --- a/mvt/common/url.py +++ b/mvt/common/url.py @@ -3,8 +3,9 @@ # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ -import requests from typing import Optional + +import requests from tld import get_tld SHORTENER_DOMAINS = [