mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-16 04:02:52 -06:00
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
Block a user