Skip to content

Commit

Permalink
Remove unneeded distutils import
Browse files Browse the repository at this point in the history
  • Loading branch information
olebole committed Feb 7, 2024
1 parent 6f766bc commit 1eda2d2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pyraf/tests/utils.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import os
import sys

from distutils.spawn import find_executable

DATA_DIR = os.path.join(os.path.dirname(__file__), 'data')

try:
Expand Down

0 comments on commit 1eda2d2

Please sign in to comment.