google / google/styleguide

Python styleguide should recommend "from pathlib import Path"

Open
#904 2 comments 3 reactions 1 assignee Claimed by @nathanielmanistaatgoogle View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.