@@ -417,7 +417,7 @@ exports[`Python R4 Example (with generateProfile) generates bodyweight profile w
417417
418418from __future__ import annotations
419419
420- from typing import Any, Literal
420+ from typing import Literal
421421
422422from fhir_types.hl7_fhir_r4_core.observation import Observation
423423from fhir_types.hl7_fhir_r4_core.base import CodeableConcept, Period, Quantity, Reference
@@ -578,7 +578,7 @@ exports[`Python R4 Example (with generateProfile) generates bp profile with vali
578578
579579from __future__ import annotations
580580
581- from typing import Any, Literal
581+ from typing import Literal
582582
583583from fhir_types.hl7_fhir_r4_core.observation import Observation
584584from fhir_types.hl7_fhir_r4_core.base import (
@@ -1057,7 +1057,7 @@ exports[`Python US Core Example generates US Core Blood Pressure profile 1`] = `
10571057
10581058from __future__ import annotations
10591059
1060- from typing import Any, Literal
1060+ from typing import Literal
10611061
10621062from fhir_types.hl7_fhir_r4_core.observation import Observation
10631063from fhir_types.hl7_fhir_r4_core.base import (
@@ -1456,7 +1456,7 @@ exports[`Python US Core Example generates US Core Body Weight profile 1`] = `
14561456
14571457from __future__ import annotations
14581458
1459- from typing import Any, Literal
1459+ from typing import Literal
14601460
14611461from fhir_types.hl7_fhir_r4_core.observation import Observation
14621462from fhir_types.hl7_fhir_r4_core.base import (
0 commit comments