Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mejrs committed May 3, 2022
1 parent f1e5d4c commit 8921d5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assets/script.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Used in PyModule examples.


class Blah:
pass
pass
1 change: 1 addition & 0 deletions guide/src/migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -776,6 +776,7 @@ impl PySequenceProtocol for ByteSequence {

After:
```rust
# #[allow(deprecated)]
# #[cfg(feature = "pyproto")]
# {
# use pyo3::prelude::*;
Expand Down

0 comments on commit 8921d5d

Please sign in to comment.