Skip to content

Commit 92ca107

Browse files
committed
Remove Mypy work around
With the merge of open-telemetry/opentelemetry-python#3143 this work around is no longer required and can be removed from the docs.
1 parent 0f754e2 commit 92ca107

File tree

1 file changed

+0
-11
lines changed
  • content/en/docs/instrumentation/python

1 file changed

+0
-11
lines changed

content/en/docs/instrumentation/python/mypy.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,3 @@ Or, use a command-line switch:
2121
```shell
2222
mypy --namespace-packages
2323
```
24-
25-
## Using the `strict` option
26-
27-
If you're using the `strict` option with mypy, and you're using the
28-
OpenTelemetry Python SDK (instead of just the API), you'll need to also set the
29-
following in your project configuration file:
30-
31-
```toml
32-
[mypy-opentelemetry.sdk.*]
33-
implicit_reexport = True
34-
```

0 commit comments

Comments
 (0)