Skip to content

Commit

Permalink
default_storage: instance of Storage
Browse files Browse the repository at this point in the history
Maybe `LazyObject` should be generic?
  • Loading branch information
noelleleigh committed May 17, 2024
1 parent 7f11ccb commit 916178f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django-stubs/core/files/storage.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ class FileSystemStorage(Storage):

class DefaultStorage(LazyObject): ...

default_storage: Any
default_storage: Storage

def get_storage_class(import_path: str | None = ...) -> type[Storage]: ...

0 comments on commit 916178f

Please sign in to comment.