Fixing flake8 E265 errors

This commit is contained in:
Lukasz Langa
2016-12-20 00:16:44 -08:00
parent 5b6a9937b2
commit 147772950f
24 changed files with 70 additions and 71 deletions

View File

@@ -3,7 +3,7 @@
from typing import Any, Callable, Dict, Optional, IO, Union
import sys
if sys.version_info >= (3,):
#from configparser import RawConfigParser
# from configparser import RawConfigParser
# TODO add RawConfigParser to configparser stubs
RawConfigParser = Any
else: