Skip to content

Commit

Permalink
Updated bad pixel monitor to import the django version of the get_uni…
Browse files Browse the repository at this point in the history
…que_values_per_column function
  • Loading branch information
york-stsci committed Nov 6, 2024
1 parent bc1ff71 commit 36a90f6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
from jwql.utils.constants import ON_GITHUB_ACTIONS, ON_READTHEDOCS
from jwql.utils.permissions import set_permissions
from jwql.utils.utils import filesystem_path, get_config, read_png, save_png
from jwql.website.apps.jwql.models import get_unique_values_per_column

SCRIPT_DIR = os.path.dirname(os.path.abspath(__file__))
OUTPUT_DIR = get_config()['outputs']
Expand Down

0 comments on commit 36a90f6

Please sign in to comment.