refactor: linter fixes

This commit is contained in:
Juro Oravec 2024-04-13 21:37:52 +02:00
parent 003c8ba4d5
commit 78503de0ec
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
import glob import glob
from pathlib import Path from pathlib import Path
from typing import List, Optional, NamedTuple from typing import List, NamedTuple, Optional
from django.template.engine import Engine from django.template.engine import Engine