From 776b93a72bca3fd8242d50f671294b00c4f170b1 Mon Sep 17 00:00:00 2001 From: INADA Naoki Date: Sat, 27 Dec 2014 19:25:30 +0900 Subject: [PATCH] Fix missing import --- flake8/reporter.py | 1 + 1 file changed, 1 insertion(+) diff --git a/flake8/reporter.py b/flake8/reporter.py index eba7f1f..5cf17e4 100644 --- a/flake8/reporter.py +++ b/flake8/reporter.py @@ -2,6 +2,7 @@ # Adapted from a contribution of Johan Dahlin import collections +import re import sys try: import multiprocessing