Skip to content

Commit

Permalink
manage.py: Sort imports
Browse files Browse the repository at this point in the history
  • Loading branch information
duncandewhurst committed Nov 10, 2023
1 parent f19cb02 commit 74c2ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 74c2ebd

Please sign in to comment.