Skip to content

Commit

Permalink
add todo to fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Shchederkin committed Dec 16, 2024
1 parent 89c83a6 commit 7d3e78b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws-lambda/src/databricks_cdk/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def get_authorization_headers() -> Dict[str, str]:
return get_authentication_config().authenticate()


class CnfResponse(BaseModel):
class CnfResponse(BaseModel): # TODO: rename to CfnResponse
physical_resource_id: str


Expand Down

0 comments on commit 7d3e78b

Please sign in to comment.