Skip to content

Files

Latest commit

 

History

History
7 lines (4 loc) · 158 Bytes

misplaced-future.md

File metadata and controls

7 lines (4 loc) · 158 Bytes

Pattern: Misplaced future

Issue: -

Description

Python 2.5 and greater require __future__ import to be the first non docstring statement in the module.