PyCQA / flake8-import-order

Flake8 plugin that checks import order against various Python Style Guides
GNU Lesser General Public License v3.0
278 stars 72 forks source link

Added profile, cProfile and pstats to stdlib #69

Closed Paulius-Maruska closed 8 years ago

Paulius-Maruska commented 8 years ago

cProfile, profile and pstats are standard modules:

dotpot commented 8 years ago

👍 👍 👍 👍 👍 👍

pgjones commented 8 years ago

Thanks.