Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Kimahriman committed Nov 14, 2024
1 parent 6ea2d70 commit f03aa7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ impl FromIterator<PyAclEntry> for Vec<AclEntry> {
#[pymethods]
impl PyAclEntry {
#[new]
#[pyo3(signature = (r#type, scope, permissions, name=None))]
pub fn new(r#type: String, scope: String, permissions: String, name: Option<String>) -> Self {
Self {
r#type,
Expand Down

0 comments on commit f03aa7b

Please sign in to comment.