Fixing flake8 E202, E203, E225 errors

This commit is contained in:
Lukasz Langa
2016-12-20 01:02:59 -08:00
parent 6eb97964fd
commit d70bb0c00f
11 changed files with 54 additions and 57 deletions

View File

@@ -14,7 +14,7 @@ RLIMIT_STACK = ... # type: int
RLIMIT_RSS = ... # type: int
RLIMIT_NPROC = ... # type: int
RLIMIT_NOFILE = ... # type: int
RLIMIT_OFILE= ... # type: int
RLIMIT_OFILE = ... # type: int
RLIMIT_MEMLOCK = ... # type: int
RLIMIT_VMEM = ... # type: int
RLIMIT_AS = ... # type: int