Skip to content

Commit

Permalink
Remove wrong type annotation (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
konstin authored Aug 27, 2024
1 parent 1e5fa4d commit ebb1701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/uv_docker_example/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
app = FastAPI()


def hello() -> str:
def hello():
print("Hello world")


Expand Down

0 comments on commit ebb1701

Please sign in to comment.