Skip to content

Commit

Permalink
fixed type annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
cloutierMat committed Oct 10, 2024
1 parent 64033bc commit 1c959f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moto/utilities/id_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def unique_identifier(self) -> str:
[self.account_id, self.region, self.service, self.resource, self.name]
)

def __str__(self):
def __str__(self) -> str:
return self.unique_identifier


Expand Down

0 comments on commit 1c959f6

Please sign in to comment.