From 74c2ebd3f3a0f382a78ce6f33293b44d15c04f01 Mon Sep 17 00:00:00 2001 From: Duncan Dewhurst Date: Fri, 10 Nov 2023 13:45:58 +1300 Subject: [PATCH] manage.py: Sort imports --- manage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manage.py b/manage.py index 01117bb7..0f6806e6 100755 --- a/manage.py +++ b/manage.py @@ -4,7 +4,7 @@ import re import sys import warnings -from collections import defaultdict, OrderedDict +from collections import OrderedDict, defaultdict from copy import deepcopy from io import StringIO from pathlib import Path