remove superflous line
This commit is contained in:
parent
e12fe64b54
commit
3a4f69734a
|
@ -817,7 +817,6 @@ class Config(object):
|
|||
raise KeyError(name)
|
||||
return val
|
||||
except KeyError:
|
||||
import pytest
|
||||
py.test.skip("no %r value found" %(name,))
|
||||
|
||||
def exists(path, ignore=EnvironmentError):
|
||||
|
|
Loading…
Reference in New Issue