We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 253c2c8 commit 3effc22Copy full SHA for 3effc22
pip/qsharp/_qsharp.py
@@ -32,7 +32,7 @@ def __repr__(self) -> str:
32
# Editor services that interact with the notebook frontend
33
# (i.e. the language service) can read and interpret the data.
34
def _repr_mimebundle_(
35
- self, include: Any | None = None, exclude: Any | None = None
+ self, include: Union[Any, None] = None, exclude: Union[Any, None] = None
36
) -> Dict[str, Dict[str, str]]:
37
return {"application/x.qsharp-config": self._config}
38
0 commit comments