remove unused modul causing error
parent
5ffc222430
commit
7497271ac8
|
@ -6,9 +6,6 @@ import polars as pl
|
||||||
import data
|
import data
|
||||||
from data import etl_cache
|
from data import etl_cache
|
||||||
|
|
||||||
|
|
||||||
import matplotlib.pyplot as plt
|
|
||||||
|
|
||||||
d = data.load()
|
d = data.load()
|
||||||
|
|
||||||
def region_movingAverage(id: int, scrape_date_start_min: str):
|
def region_movingAverage(id: int, scrape_date_start_min: str):
|
||||||
|
|
Loading…
Reference in New Issue