Skip to content

Commit

Permalink
Remove unused default in PyBoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Radonirinaunimi committed Feb 5, 2025
1 parent 87afbe8 commit 1d633f7
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions pineappl_py/src/boc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -376,16 +376,6 @@ impl PyScales {
}
}

impl Default for PyScales {
fn default() -> Self {
Self::new(Scales {
ren: ScaleFuncForm::Scale(0),
fac: ScaleFuncForm::Scale(0),
frg: ScaleFuncForm::NoScale,
})
}
}

#[pymethods]
impl PyScales {
/// Constructor for `Scales`
Expand Down

0 comments on commit 1d633f7

Please sign in to comment.