Commit f5935f0
authored
docs-requirements: fix warning with remoulade > 5 (#4466)
This warns locally because `RateLimitEnqueue` has been moved to an
optional package:
sphinx.errors.SphinxWarning: autodoc: failed to import module 'remoulade' from module 'opentelemetry.instrumentation'; the following exception was raised:
cannot import name 'RateLimitEnqueue' from 'remoulade.rate_limits' (/home/rm/src/opentelemetry-python-contrib/.tox/docs/lib/python3.12/site-packages/remoulade/rate_limits/__init__.py)1 parent 526eea4 commit f5935f0
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
| 48 | + | |
48 | 49 | | |
49 | 50 | | |
50 | 51 | | |
| |||
0 commit comments