From af0cfce48c8f71df4c9871f7ab39d6502700e3e8 Mon Sep 17 00:00:00 2001 From: Thomas Mansencal Date: Thu, 2 Feb 2023 21:29:45 +1300 Subject: [PATCH] Reorder various imports. --- tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks.py b/tasks.py index c6a4736a25..5a0bd23db0 100644 --- a/tasks.py +++ b/tasks.py @@ -5,8 +5,8 @@ from __future__ import annotations -import contextlib import biblib.bib +import contextlib import fnmatch import os import re