fix module not found error (matplotlib not needed)

main
Giò Diani 2025-01-12 20:44:05 +01:00
parent af1c2301a9
commit 50ea3f1bd8
1 changed files with 3 additions and 3 deletions

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