Fix CI
This commit is contained in:
parent
f1e5d4c9a1
commit
8921d5d1c0
|
@ -1,4 +1,5 @@
|
|||
# Used in PyModule examples.
|
||||
|
||||
|
||||
class Blah:
|
||||
pass
|
||||
pass
|
||||
|
|
|
@ -776,6 +776,7 @@ impl PySequenceProtocol for ByteSequence {
|
|||
|
||||
After:
|
||||
```rust
|
||||
# #[allow(deprecated)]
|
||||
# #[cfg(feature = "pyproto")]
|
||||
# {
|
||||
# use pyo3::prelude::*;
|
||||
|
|
Loading…
Reference in New Issue