Ver Fonte

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

Fixes #12142: Add S3Backend to __all__
kkthxbye há 3 anos atrás
pai
commit
e4b2d87ce6
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__ = (
 __all__ = (
     'LocalBackend',
     'LocalBackend',
     'GitBackend',
     'GitBackend',
+    'S3Backend',
 )
 )
 
 
 logger = logging.getLogger('netbox.data_backends')
 logger = logging.getLogger('netbox.data_backends')