💚 Fix PEP8 warnings
All checks were successful
/ Python-PEP8 (push) Successful in 12s

This commit is contained in:
Finn Christiansen 2024-10-11 22:31:28 +02:00
parent 00b87b040e
commit c554194fb5
7 changed files with 10 additions and 18 deletions

View file

@ -11,4 +11,3 @@ def register_blueprints(api):
api.register_blueprint(resource_blp,
url_prefix=f'/{resource_blp.url_prefix}')

View file

@ -32,4 +32,3 @@ class ImpulseById(MethodView):
impulse = Impulse.query.filter_by(id=impulse_id).first()
db.session.delete(impulse)
db.session.commit()