From 9add15e0e1ffc4cba3ca205a60e640415a834b97 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 1 Nov 2023 20:38:04 +0000 Subject: [PATCH] Import order --- utils.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils.py b/utils.py index 60206c1fb..edb12d297 100644 --- a/utils.py +++ b/utils.py @@ -13,10 +13,10 @@ import time import shutil import datetime import json -import idna import locale -from dateutil.tz import tz from pprint import pprint +import idna +from dateutil.tz import tz from cryptography.hazmat.backends import default_backend from cryptography.hazmat.primitives import hashes from followingCalendar import add_person_to_calendar