Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mcara committed Nov 27, 2024
1 parent ebbc003 commit 201c995
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/stcal/resample/resample.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,11 @@
import math
import os
import warnings
import json
import abc
from copy import deepcopy
import sys

import numpy as np
from scipy.ndimage import median_filter
import psutil
from scipy.ndimage import median_filter

from astropy import units as u
from astropy.nddata.bitmask import (
Expand Down

0 comments on commit 201c995

Please sign in to comment.