Skip to content

Conversation

@1ntegrale9
Copy link
Member

@1ntegrale9 1ntegrale9 commented Oct 18, 2020

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 を扱えるように

2 participants