Skip to content

Commit

Permalink
feat: remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryhxu committed Jan 4, 2025
1 parent 23be7f3 commit 30b0c7f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions moto/kinesis/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -581,12 +581,6 @@ def physical_resource_id(self) -> str:
return self.stream_name


class ResourcePolicy:
def __init__(self, resource_arn: str, policy_doc: str):
self.resource_arn = resource_arn
self.policy_doc = policy_doc


class KinesisBackend(BaseBackend):
def __init__(self, region_name: str, account_id: str):
super().__init__(region_name, account_id)
Expand Down

0 comments on commit 30b0c7f

Please sign in to comment.