fix module not found error (matplotlib not needed)

This commit is contained in:
Giò Diani 2025-01-12 20:44:05 +01:00
parent af1c2301a9
commit 50ea3f1bd8

View File

@ -1,7 +1,7 @@
import polars as pl
from datetime import date, datetime, timedelta
from io import StringIO
from datetime import datetime, timedelta, date
import matplotlib.pyplot as plt
import polars as pl
import data