Skip to content

Python styleguide should recommend "from pathlib import Path" #904

@Graf-Wronski

Description

@Graf-Wronski

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).

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions