Skip to content

Files

Latest commit

 

History

History
7 lines (4 loc) · 229 Bytes

no-absolute-import.md

File metadata and controls

7 lines (4 loc) · 229 Bytes

Pattern: No absolute import

Issue: -

Description

Used when an import is not accompanied by from `__future__` import absolute_import (default behavior in Python 3). This message can't be emitted when using Python >= 3.0.