From 9ab63f21a96e09bc1e0fc7627d46d996be3ffd76 Mon Sep 17 00:00:00 2001 From: Sven Augustin Date: Wed, 3 Jun 2026 12:50:48 +0200 Subject: [PATCH] removed pandas import --- stand/table.py | 1 - 1 file changed, 1 deletion(-) diff --git a/stand/table.py b/stand/table.py index 57cc8e5..171ff4b 100644 --- a/stand/table.py +++ b/stand/table.py @@ -1,6 +1,5 @@ import logging -import pandas as pd from nicegui import APIRouter, app, ui from aggridx import aggridx