Add LocationForm import to LocationSearchView and ignore type check for piexif import

This commit is contained in:
pacnpal
2025-02-05 18:10:07 -05:00
parent 63b484b724
commit 1f3f94702e
2 changed files with 3 additions and 1 deletions

View File

@@ -8,7 +8,7 @@ from django.test.utils import override_settings
from django.db import models
from datetime import datetime
from PIL import Image
import piexif
import piexif # type: ignore
import io
import shutil
import tempfile