Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanSteinberg authored May 1, 2024
1 parent dee4290 commit e330376
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/meds/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from meds._version import __version__ # noqa

from .schema import (patient_schema, Measurement, Event, Patient, label, Label,
from .schema import (patient_schema, Event, Patient, label, Label,
code_metadata_entry, code_metadata, dataset_metadata,
CodeMetadataEntry, CodeMetadata, DatasetMetadata, birth_code,
death_code)
Expand All @@ -9,7 +9,6 @@
# List all objects that we want to export
_exported_objects = {
'patient_schema': patient_schema,
'Measurement': Measurement,
'Event': Event,
'Patient': Patient,
'label': label,
Expand Down

0 comments on commit e330376

Please sign in to comment.