mirror of
https://github.com/astral-sh/uv.git
synced 2025-11-01 04:17:37 +00:00
uv-pypi-types: rename conflicting_groups module to conflicts
We'll do the rest of the renaming in the next commit.
This commit is contained in:
parent
2e73f47453
commit
84d50ce81a
2 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
pub use base_url::*;
|
||||
pub use conflicting_groups::*;
|
||||
pub use conflicts::*;
|
||||
pub use direct_url::*;
|
||||
pub use lenient_requirement::*;
|
||||
pub use marker_environment::*;
|
||||
|
|
@ -11,7 +11,7 @@ pub use simple_json::*;
|
|||
pub use supported_environments::*;
|
||||
|
||||
mod base_url;
|
||||
mod conflicting_groups;
|
||||
mod conflicts;
|
||||
mod direct_url;
|
||||
mod lenient_requirement;
|
||||
mod marker_environment;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue