Sorted imports

This commit is contained in:
Profitroll 2023-04-27 13:43:46 +02:00
parent 0319a6cee7
commit d48a69ab04
1 changed files with 1 additions and 1 deletions

View File

@ -1,8 +1,8 @@
from datetime import datetime
from locale import LC_ALL, setlocale
from os import makedirs, path
from pathlib import Path
from typing import Any
from locale import setlocale, LC_ALL
from docxtpl import DocxTemplate