Skip to content

Commit bd266ce

Browse files
Eliminate minversion
1 parent 18856ad commit bd266ce

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

hendrics/efsearch.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
from astropy import log
2727
from astropy.logger import AstropyUserWarning
2828
from astropy.table import Table, vstack
29-
from astropy.utils.introspection import minversion
3029

3130
from .base import (
3231
HENDRICS_STAR_VALUE,
@@ -56,7 +55,6 @@
5655
)
5756

5857
try:
59-
import matplotlib as mpl
6058
import matplotlib.pyplot as plt
6159

6260
HAS_MPL = True

0 commit comments

Comments
 (0)