Fixes #12142: Add S3Backend to __all__
This commit is contained in:
parent
8d6c591535
commit
e7d1a43541
|
|
@ -20,6 +20,7 @@ from .exceptions import SyncError
|
|||
__all__ = (
|
||||
'LocalBackend',
|
||||
'GitBackend',
|
||||
'S3Backend',
|
||||
)
|
||||
|
||||
logger = logging.getLogger('netbox.data_backends')
|
||||
|
|
|
|||
Loading…
Reference in New Issue