Skip to content
This repository was archived by the owner on Mar 23, 2026. It is now read-only.

Commit 65231d0

Browse files
committed
format the rebase
1 parent 32fe5f3 commit 65231d0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • localstack-core/localstack/services/s3control

localstack-core/localstack/services/s3control/provider.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
from localstack.aws.api.s3control import S3ControlApi
2-
from localstack.state import StateVisitor
31
from localstack.aws.api import CommonServiceException, RequestContext
42
from localstack.aws.api.s3control import (
53
AccountId,
@@ -14,6 +12,7 @@
1412
from localstack.aws.forwarder import NotImplementedAvoidFallbackError
1513
from localstack.services.s3.models import s3_stores
1614
from localstack.services.s3control.validation import validate_tags
15+
from localstack.state import StateVisitor
1716
from localstack.utils.tagging import TaggingService
1817

1918

@@ -27,6 +26,7 @@ def accept_state_visitor(self, visitor: StateVisitor):
2726
from moto.s3control.models import s3control_backends
2827

2928
visitor.visit(s3control_backends)
29+
3030
"""
3131
S3Control is a management interface for S3, and can access some of its internals with no public API
3232
This requires us to access the s3 stores directly

0 commit comments

Comments
 (0)