fix
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful

This commit is contained in:
Wolfgang Hottgenroth 2025-03-12 13:07:05 +01:00
parent 19672e6106
commit aa4c307048
2 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
from flask import Flask, session, g, render_template_string
from loguru import logger from loguru import logger
import json import json
import plotly.express as px import plotly.express as px

View File

@ -1,3 +1,4 @@
from flask import Flask, session, g, render_template_string
from loguru import logger from loguru import logger
import json import json
import plotly.express as px import plotly.express as px