remove unused modul causing error

main
Giò Diani 2025-01-17 17:30:30 +01:00
parent 5ffc222430
commit 7497271ac8
1 changed files with 0 additions and 3 deletions

View File

@ -6,9 +6,6 @@ import polars as pl
import data
from data import etl_cache
import matplotlib.pyplot as plt
d = data.load()
def region_movingAverage(id: int, scrape_date_start_min: str):