Skip to content

Commit

Permalink
Move back
Browse files Browse the repository at this point in the history
Signed-off-by: zethson <[email protected]>
  • Loading branch information
Zethson committed Dec 3, 2024
1 parent 47a605e commit bf78eb1
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ dependencies = [
"awkward",
"duckdb",
# for debug logging (referenced from the issue template)
"lamin-utils",
"session-info",
"xarray",
]
Expand Down
4 changes: 0 additions & 4 deletions src/ehrdata/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,3 @@
__all__ = ["EHRData", "dt", "io", "pl", "pp", "tl"]

__version__ = version("ehrdata")

from .logging_config import configure_logging

configure_logging()
File renamed without changes.
2 changes: 1 addition & 1 deletion src/ehrdata/io/omop/omop.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
import pandas as pd
from duckdb.duckdb import DuckDBPyConnection

from ehrdata._omop_utils import get_table_catalog_dict
from ehrdata.io.omop._check_arguments import (
VALID_OBSERVATION_TABLES_JOIN,
VALID_OBSERVATION_TABLES_SINGLE,
Expand All @@ -31,7 +32,6 @@
_check_valid_observation_table,
_check_valid_variable_data_tables,
)
from ehrdata.io.omop._omop_utils import get_table_catalog_dict
from ehrdata.io.omop._queries import _time_interval_table

DOWNLOAD_VERIFICATION_TAG = "download_verification_tag"
Expand Down

0 comments on commit bf78eb1

Please sign in to comment.