Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Replace lambda
class_extractor
in DirClsDataInfoListing
with…
… a private function because lambdas are not pickable (#85) ## 📥 Pull Request Description Replace lambda `class_extractor` in `DirClsDataInfoListing` with a private function because lambdas are not pickable ## 📝 Checklist Please make sure you've completed the following tasks before submitting this pull request: - [x] Pre-commit hooks were executed - [x] Changes have been reviewed by at least one other developer - [ ] Tests have been added or updated to cover the changes (only necessary if the changes affect the executable code) - [x] All tests ran successfully - [x] All merge conflicts are resolved - [ ] Documentation has been updated to reflect the changes - [ ] Any necessary migrations have been run
- Loading branch information