python3/pylance/Expected no type arguments for class \"Union\".md
... ...
@@ -1,7 +1,7 @@
1 1
VS Code + pylanceで以下のPythonコードを書いているときに、遭遇。
2 2
3 3
4
-```
4
+```python
5 5
U = Union[int, str]
6 6
```
7 7