Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion kirovy/services/legacy_upload/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import pathlib
import zipfile

from cryptography.utils import cached_property
from django.utils.functional import cached_property
from django.core.files.base import ContentFile
from django.core.files.uploadedfile import UploadedFile

Expand Down
2 changes: 1 addition & 1 deletion kirovy/views/map_upload_views.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import io
from abc import ABCMeta

from cryptography.utils import cached_property
from django.utils.functional import cached_property
from django.conf import settings
from django.core.exceptions import ObjectDoesNotExist
from django.core.files.base import ContentFile, File
Expand Down
Loading