Skip to content

Commit

Permalink
Fix import statements in __init__.py files
Browse files Browse the repository at this point in the history
  • Loading branch information
xinyuejohn committed Feb 15, 2024
1 parent ad0213d commit fa1d026
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ehrdata/pl/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
from ehrdata.pl._omop import feature_counts
from ehrdata.pl._omop import feature_counts
2 changes: 1 addition & 1 deletion ehrdata/tl/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
from ehrdata.tl._omop import get_concept_name
from ehrdata.tl._omop import get_concept_name

0 comments on commit fa1d026

Please sign in to comment.