Skip to content

Commit

Permalink
Update client.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt committed Nov 27, 2023
1 parent 8f24a51 commit aff6db5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/semra/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

TxResult: TypeAlias = t.Optional[list[list[Any]]]

ReferenceHint: TypeAlias = str | Reference
ReferenceHint: TypeAlias = t.Union[str, Reference]


class Neo4jClient:
Expand Down

0 comments on commit aff6db5

Please sign in to comment.