portal/list: lint
This commit is contained in:
parent
e982336379
commit
002333b9a0
1 changed files with 1 additions and 0 deletions
|
@ -128,6 +128,7 @@ class NewMirrorListForm(FlaskForm): # type: ignore
|
|||
filename = StringField('Filename', validators=[DataRequired()])
|
||||
submit = SubmitField('Save Changes')
|
||||
|
||||
|
||||
@bp.route('/edit/<list_id>', methods=['GET', 'POST'])
|
||||
def list_edit(list_id: int) -> ResponseReturnValue:
|
||||
list_: Optional[MirrorList] = MirrorList.query.filter(MirrorList.id == list_id).first()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue