Skip to content

Commit

Permalink
fix: fastapi-framework import typo (#1970)
Browse files Browse the repository at this point in the history
Fix bug in fastapi-framework. The import was incorrect, as it is
`paas-charm` instead.
  • Loading branch information
javierdelapuente authored Oct 18, 2024
1 parent 4a777ab commit 66d5139
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import typing

import ops

import paas_charmer.fastapi
import paas_charm.fastapi

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit 66d5139

Please sign in to comment.