Skip to content
Snippets Groups Projects
Verified Commit 07f6ea5b authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Reformat

parent e9b44bc5
No related branches found
No related tags found
1 merge request!191Resolve "Automatically create a PDF file of the substitution plan"
Pipeline #38850 passed
...@@ -4,8 +4,8 @@ from __future__ import annotations ...@@ -4,8 +4,8 @@ from __future__ import annotations
import os import os
from datetime import date, datetime, time, timedelta from datetime import date, datetime, time, timedelta
from typing import Any, Dict, Iterable, Iterator, List, Optional, Tuple, Union
from itertools import chain from itertools import chain
from typing import Any, Dict, Iterable, Iterator, List, Optional, Tuple, Union
from django.core.exceptions import ValidationError from django.core.exceptions import ValidationError
from django.core.files.base import ContentFile, File from django.core.files.base import ContentFile, File
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment