small mypy fixes

This commit is contained in:
Anthony Sottile
2019-06-06 09:13:02 -07:00
parent 450d264623
commit ccd87f9e80
7 changed files with 8 additions and 21 deletions

View File

@@ -24,7 +24,6 @@ def test_ensuretemp(recwarn):
@attr.s
class FakeConfig:
basetemp = attr.ib()
trace = attr.ib(default=None)
@property
def trace(self):