Skip to content

Commit 6afc307

Browse files
py: snapshot update
1 parent 291d6ef commit 6afc307

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

test/api/write-generator/__snapshots__/python.test.ts.snap

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ exports[`Python R4 Example (with generateProfile) generates bodyweight profile w
417417
418418
from __future__ import annotations
419419
420-
from typing import Any, Literal
420+
from typing import Literal
421421
422422
from fhir_types.hl7_fhir_r4_core.observation import Observation
423423
from 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
579579
from __future__ import annotations
580580
581-
from typing import Any, Literal
581+
from typing import Literal
582582
583583
from fhir_types.hl7_fhir_r4_core.observation import Observation
584584
from 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
10581058
from __future__ import annotations
10591059
1060-
from typing import Any, Literal
1060+
from typing import Literal
10611061
10621062
from fhir_types.hl7_fhir_r4_core.observation import Observation
10631063
from 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
14571457
from __future__ import annotations
14581458
1459-
from typing import Any, Literal
1459+
from typing import Literal
14601460
14611461
from fhir_types.hl7_fhir_r4_core.observation import Observation
14621462
from fhir_types.hl7_fhir_r4_core.base import (

0 commit comments

Comments
 (0)