Gate FromStr to pep508 feature (#5464)
## Summary This is triggering when you run without `--all-features` (but we always use `--all-features` in CI, so it went unnoticed).
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
#[cfg(feature = "pyo3")]
|
||||
use std::str::FromStr;
|
||||
use std::sync::Arc;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user