fix module not found error (matplotlib not needed)
parent
af1c2301a9
commit
50ea3f1bd8
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue