Skip to content

Commit

Permalink
Fix deep source
Browse files Browse the repository at this point in the history
  • Loading branch information
Billyzou0741326 committed Nov 22, 2023
1 parent 5229d35 commit 5ec9a88
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/applications/output/damage_analysis.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,7 @@ pub struct PyDamageAnalysis {
#[pymethods]
impl PyDamageAnalysis {
#[getter]
fn __dict__(&self, py: Python) -> PyResult<PyObject> {
// skipcq: RS-R1000
fn __dict__(&self, py: Python) -> PyResult<PyObject> { // skipcq: RS-R1000
let dict = PyDict::new(py);

fn insert_hashmap(
Expand Down

0 comments on commit 5ec9a88

Please sign in to comment.