Skip to content

Commit 219f574

Browse files
authored
Update python_api.rs
1 parent 70d3d50 commit 219f574

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/python_api.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
#![allow(clippy::borrow_deref_ref)] // TODO: broken clippy lint?
2+
// Copyright 2021-2024 SecureDNA Stiftung (SecureDNA Foundation) <licensing@securedna.org>
3+
// SPDX-License-Identifier: MIT OR Apache-2.0
4+
15
use std::convert::TryFrom;
26
use pyo3::exceptions::PyValueError;
37
use pyo3::prelude::*;

0 commit comments

Comments
 (0)