Skip to content

Commit

Permalink
feat(fhir): removing address
Browse files Browse the repository at this point in the history
Refs: #1212
  • Loading branch information
jonahkaye committed Feb 16, 2024
1 parent 33694e6 commit 467808a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/metriport/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
from . import medical
from .environment import MetriportEnvironment

__all__ = ["Address", "MetriportEnvironment", "commons", "fhir", "medical"]
__all__ = ["MetriportEnvironment", "commons", "fhir", "medical"]

0 comments on commit 467808a

Please sign in to comment.