Removing accidentally added lines

This commit is contained in:
Kay Sackey 2016-01-28 15:45:17 -05:00
parent e4a58ee0ad
commit 6ab86c37e4

View File

@ -150,12 +150,10 @@ class TestPipreqs(unittest.TestCase):
"""
try:
os.remove(self.requirements_path)
pass
except OSError:
pass
try:
os.remove(self.alt_requirement_path)
pass
except OSError:
pass