Explorar el Código

Merge pull request #12143 from tobiasge/fix-missing-s3backend

Fixes #12142: Add S3Backend to __all__
kkthxbye hace 2 años
padre
commit
e4b2d87ce6
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      netbox/core/data_backends.py

+ 1 - 0
netbox/core/data_backends.py

@@ -20,6 +20,7 @@ from .exceptions import SyncError
 __all__ = (
 __all__ = (
     'LocalBackend',
     'LocalBackend',
     'GitBackend',
     'GitBackend',
+    'S3Backend',
 )
 )
 
 
 logger = logging.getLogger('netbox.data_backends')
 logger = logging.getLogger('netbox.data_backends')