Skip to content

Commit

Permalink
Fixed one deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
zgoda committed Sep 25, 2023
1 parent c2db478 commit 527c348
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/bip/utils/forms.py
Expand Up @@ -2,8 +2,9 @@
from typing import ClassVar

import validators
from flask import Markup, render_template_string
from flask import render_template_string
from flask_wtf import FlaskForm
from markupsafe import Markup
from peewee import Model
from wtforms.fields import Field
from wtforms.validators import ValidationError
Expand Down

0 comments on commit 527c348

Please sign in to comment.