Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inconsistent indentation #920

Open
Sahithiaele opened this issue Feb 16, 2024 · 0 comments
Open

Inconsistent indentation #920

Sahithiaele opened this issue Feb 16, 2024 · 0 comments

Comments

@Sahithiaele
Copy link

noticed inconsistent indentation in the file happy_birthday.py. Specifically, on lines 7 and 8:

There are currently spaces before these lines, but it seems they should have zero indentation.

`"""A basic (single function) API written using Hug"""
import hug

@hug.get("/happy_birthday", examples="name=HUG&age=1")
def happy_birthday(name, age: hug.types.number):
"""Says happy birthday to a user"""
return "Happy {age} Birthday {name}!".format(**locals())
`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant