瀏覽代碼

Fixes #12142: Add S3Backend to __all__

Tobias Genannt 3 年之前
父節點
當前提交
e7d1a43541
共有 1 個文件被更改,包括 1 次插入0 次删除
  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')