Ver Fonte

Fixes #12142: Add S3Backend to __all__

Tobias Genannt há 3 anos atrás
pai
commit
e7d1a43541
1 ficheiros alterados com 1 adições e 0 exclusões
  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')