pep8 fixes

This commit is contained in:
Marcus Smith 2015-09-21 14:22:45 -07:00
parent 67b0050ac4
commit 6fe27deb36
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,5 @@
import os
import subprocess
from textwrap import dedent
from mock import patch, Mock
import pytest
@ -97,6 +96,7 @@ class TestSkipRegex(object):
line = '--extra-index-url Good'
assert [(0, line)] == list(skip_regex(enumerate([line]), options))
class TestProcessLine(object):
"""tests for `process_line`"""