Skip to content

Commit

Permalink
#140 remove unused import to sys
Browse files Browse the repository at this point in the history
  • Loading branch information
bikegeek committed Feb 17, 2022
1 parent 2b88bc6 commit ff8d6aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/series_analysis/test_plot_series_by_lead_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"""

import os, sys, re
import os, re
import pytest
import yaml
sys.path.append("../../")

# from metplotpy.contributed.series_analysis.plot_series_by_lead_all import PlotSeriesByLeadAll
# from metplotpy.contributed.series_analysis.plot_series_by_grouping import PlotSeriesByGrouping
# from metplotpy.contributed.series_analysis.animate_series_by_lead_all import AnimateSeriesByLeadAll
Expand Down

0 comments on commit ff8d6aa

Please sign in to comment.