summaryrefslogtreecommitdiff
path: root/_pytest/compat.py
diff options
context:
space:
mode:
authorAndras Tim <andras.tim@gmail.com>2017-07-17 01:25:09 +0200
committerAndras Tim <andras.tim@gmail.com>2017-07-17 01:44:23 +0200
commitb840622819ee9867e92b094a07b371be68a1a43b (patch)
tree3d94226e509c2b642e610800b8dbd287a2c9315d /_pytest/compat.py
parent17a21d540bb7d5e8fc2da115b29e6f5c0c966b43 (diff)
downloadpytest-b840622819ee9867e92b094a07b371be68a1a43b.tar.gz
Fixed E302 flake8 errors
expected 2 blank lines, found 0
Diffstat (limited to '_pytest/compat.py')
-rw-r--r--_pytest/compat.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/_pytest/compat.py b/_pytest/compat.py
index 5c364c18f..bebcc71f9 100644
--- a/_pytest/compat.py
+++ b/_pytest/compat.py
@@ -297,6 +297,7 @@ else:
def getvalue(self):
return self.buffer.getvalue().decode('UTF-8')
+
class FuncargnamesCompatAttr(object):
""" helper class so that Metafunc, Function and FixtureRequest
don't need to each define the "funcargnames" compatibility attribute.