test_web: appease pyflakes

This commit is contained in:
Brian Warner 2018-03-21 00:22:31 -07:00
parent e6ddd03338
commit 38da8f471c

View File

@ -1046,6 +1046,7 @@ class Web(WebMixin, WebErrorMixin, testutil.StallMixin, testutil.ReallyEqualMixi
data = yield self.GET(
'/',
)
del data
def test_status(self):
h = self.s.get_history()