Skip to content

Commit 9f43a78

Browse files
committed
Update plot.py
1 parent 8b3afad commit 9f43a78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

anomstack/plots/plot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
Some helper functions for plotting.
33
"""
44

5+
import matplotlib.dates as mdates
56
import matplotlib.pyplot as plt
67
import pandas as pd
78
import seaborn as sns
89
from matplotlib.figure import Figure
9-
import matplotlib.dates as mdates
1010
from matplotlib.ticker import MaxNLocator
1111

1212

0 commit comments

Comments
 (0)