From 58ad5a683a6ee30ed334f2c80bd2cab511325326 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sat, 21 Jan 2023 22:48:30 +0100 Subject: [PATCH] Fix wrong import order in script --- scripts/rest_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/rest_client.py b/scripts/rest_client.py index 94aa13562..3cf2199fb 100755 --- a/scripts/rest_client.py +++ b/scripts/rest_client.py @@ -14,12 +14,12 @@ import logging import re import sys from pathlib import Path +from typing import Optional from urllib.parse import urlencode, urlparse, urlunparse import rapidjson import requests from requests.exceptions import ConnectionError -from typing import Optional logging.basicConfig(