From 07330743d57b280f5513d034e24de62e3161ba15 Mon Sep 17 00:00:00 2001 From: Kelle Cruz Date: Sat, 2 Nov 2024 11:15:04 -0400 Subject: [PATCH] Update scheduled_checks.py --- tests/scheduled_checks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scheduled_checks.py b/tests/scheduled_checks.py index 1876900ee..99d701fbe 100644 --- a/tests/scheduled_checks.py +++ b/tests/scheduled_checks.py @@ -4,7 +4,7 @@ import pytest import requests from astrodb_utils.utils import internet_connection -from astrodbkit2.astrodb import Database, create_database +from astrodbkit.astrodb import Database, create_database from tqdm import tqdm sys.path.append(".")