We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 054df16 commit e845e06Copy full SHA for e845e06
icechunk-python/src/repository.rs
@@ -640,7 +640,7 @@ impl PyRepository {
640
let config =
641
config.map(|c| c.try_into().map_err(PyValueError::new_err)).transpose()?;
642
let authorize_virtual_chunk_access =
643
- authorize_virtual_chunk_access.map(|x| map_credentials(x));
+ authorize_virtual_chunk_access.map(map_credentials);
644
pyo3_async_runtimes::tokio::future_into_py(py, async move {
645
let repository = existing_repository
646
.read()
0 commit comments