Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
kkrusere committed Oct 21, 2023
1 parent c57537c commit f540ca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nhanes_pytool_api/tests/test_nhanes_data_api.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import unittest
import pandas as pd
from nhanes_data_api import NHANESDataAPI # Import from the src directory
from nhanes_pytool_api.src.nhanes_data_api import NHANESDataAPI # Import from the src directory


class TestNHANESDataAPI(unittest.TestCase):
Expand Down

0 comments on commit f540ca4

Please sign in to comment.