Skip to content

Commit

Permalink
Adapt to latest black version
Browse files Browse the repository at this point in the history
  • Loading branch information
ThiefMaster committed Aug 27, 2020
1 parent 2031c4c commit c5d0f17
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ def upgrade():
sa.Column('private', sa.Boolean(), nullable=False, server_default='true'),
)
op.alter_column(
'newdles', 'private', server_default='false',
'newdles',
'private',
server_default='false',
)


Expand Down
2 changes: 1 addition & 1 deletion requirements.dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
black
black>=20.8b1
flake8
flake8-quotes
flask-shell-ipython
Expand Down

0 comments on commit c5d0f17

Please sign in to comment.