Python styleguide should recommend "from pathlib import Path"
Open
lang:python
- Dominant language
- HTML
- Stars
- 39.6k
- Forks
- 12.9k
- Avg merge
- 42m
- Merged PRs (30d)
- 15
Description
`from pathlib import Path` is a common convention in python imports since `Path` is usually the only object used from `pathlib`. Imo styleguide should list it under exceptions from module level import (in 2.2.4.1).
Contributor guide
Assessment
This issue has not been assessed yet.