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

[WIP] Heroku Postgres を扱えるように #23

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lintly has detected code quality issues in this pull request.

db.refresh(db_user)
return db_user

def create_user(db: Session, user: schemas.UserCreate):

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

F811: redefinition of unused 'create_user' from line 13

db.refresh(db_user)
return db_user

def create_user(db: Session, user: schemas.UserCreate):

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

E302: expected 2 blank lines, found 1

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

Successfully merging this pull request may close these issues.

Heroku Postgres を扱えるように
1 participant