removed smplotlib import

This commit is contained in:
Abyss Halley 2025-08-22 12:38:48 -04:00
parent fd91791970
commit b407998ae6

View file

@ -16,7 +16,7 @@ import glob
import os import os
import pandas as pd import pandas as pd
from scipy.signal import find_peaks from scipy.signal import find_peaks
import smplotlib #plot style, not needed #import smplotlib #plot style, not needed; AH: commented out
from pygdsm import GlobalSkyModel from pygdsm import GlobalSkyModel
from astropy.coordinates import SkyCoord from astropy.coordinates import SkyCoord