Explorar el Código

Fixes #12142: Add S3Backend to __all__

Tobias Genannt hace 2 años
padre
commit
e7d1a43541
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__ = (
     'LocalBackend',
     'GitBackend',
+    'S3Backend',
 )
 
 logger = logging.getLogger('netbox.data_backends')