Przeglądaj źródła

Fixes #12142: Add S3Backend to __all__

Tobias Genannt 2 lat temu
rodzic
commit
e7d1a43541
1 zmienionych plików z 1 dodań i 0 usunięć
  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')