Skip to content

Commit

Permalink
Fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb committed Feb 14, 2024
1 parent f2d5cb7 commit b5da4ff
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions crates/puffin-resolver/src/version_map.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@ use chrono::{DateTime, Utc};
use tracing::{instrument, warn};

use distribution_filename::DistFilename;
use distribution_types::{
Dist, IncompatibleWheel, IndexUrl, PrioritizedDist, WheelCompatibility,
};
use pep440_rs::{Version};
use platform_tags::{Tags};
use distribution_types::{Dist, IncompatibleWheel, IndexUrl, PrioritizedDist, WheelCompatibility};
use pep440_rs::Version;
use platform_tags::Tags;
use puffin_client::{FlatDistributions, OwnedArchive, SimpleMetadata, SimpleMetadatum};
use puffin_normalize::PackageName;
use puffin_traits::NoBinary;
Expand Down

0 comments on commit b5da4ff

Please sign in to comment.