Skip to content

Commit f129076

Browse files
author
gcode@loowis.durge.org
committed
Add missing import
1 parent 2730399 commit f129076

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fs/expose/django_storage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
from django.core.files import File
2020

2121
from fs.path import abspath, dirname
22-
from fs.errors import convert_fs_errors
22+
from fs.errors import convert_fs_errors, ResourceNotFoundError
2323

2424
class FSStorage(Storage):
2525
"""Expose an FS object as a Django File Storage object."""

0 commit comments

Comments
 (0)