mirror of
https://github.com/astral-sh/ruff
synced 2026-01-21 21:40:51 -05:00
Run cargo fmt
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
use std::borrow::Cow;
|
||||
|
||||
use crate::ast;
|
||||
use fnv::FnvHashMap;
|
||||
|
||||
use crate::ast;
|
||||
|
||||
#[derive(Debug, Hash, Ord, PartialOrd, Eq, PartialEq)]
|
||||
pub struct ImportFromData<'a> {
|
||||
pub module: &'a Option<String>,
|
||||
|
||||
Reference in New Issue
Block a user