mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-26 19:41:11 +00:00
oops import Any
This commit is contained in:
parent
b6b55b2e65
commit
2b6852e7a0
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
"""manage tar files for user exports"""
|
"""manage tar files for user exports"""
|
||||||
import io
|
import io
|
||||||
import tarfile
|
import tarfile
|
||||||
|
from typing import Any
|
||||||
from uuid import uuid4
|
from uuid import uuid4
|
||||||
from django.core.files import File
|
from django.core.files import File
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue