You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This makes it very hard to read and understand the code. I can understand (but don't like) the use pyo3::prelude::*;, but having two wildcard imports makes it impossible to guess what any given symbol might mean.
The text was updated successfully, but these errors were encountered:
This makes it very hard to read and understand the code. I can understand (but don't like) the
use pyo3::prelude::*;
, but having two wildcard imports makes it impossible to guess what any given symbol might mean.The text was updated successfully, but these errors were encountered: