Skip to content

Commit

Permalink
Merge 7f36d73 into 3582b4c
Browse files Browse the repository at this point in the history
  • Loading branch information
liuxianyi authored Dec 18, 2022
2 parents 3582b4c + 7f36d73 commit 1bb877f
Show file tree
Hide file tree
Showing 6 changed files with 587 additions and 2 deletions.
3 changes: 2 additions & 1 deletion mmengine/fileio/backends/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@
from .lmdb_backend import LmdbBackend
from .local_backend import LocalBackend
from .memcached_backend import MemcachedBackend
from .oss_backend import OSSBackend
from .petrel_backend import PetrelBackend
from .registry_utils import backends, prefix_to_backends, register_backend

__all__ = [
'BaseStorageBackend', 'LocalBackend', 'HTTPBackend', 'LmdbBackend',
'MemcachedBackend', 'PetrelBackend', 'register_backend', 'backends',
'prefix_to_backends'
'prefix_to_backends', 'OSSBackend'
]
Loading

0 comments on commit 1bb877f

Please sign in to comment.