Skip to content

Commit

Permalink
fixed ruff remark
Browse files Browse the repository at this point in the history
  • Loading branch information
christophevg committed Apr 30, 2024
1 parent ce0c43a commit 8ecf50c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion baseweb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import json

from flask import Flask, request, Response, render_template, send_from_directory
from flask import make_response, abort
from flask import abort
from jinja2 import TemplateNotFound
import flask_restful
import flask_socketio
Expand Down

0 comments on commit 8ecf50c

Please sign in to comment.