Apply several lints

This commit is contained in:
Lonami Exo
2019-05-03 21:38:41 +02:00
parent 52be689926
commit 1e17ef1c98
22 changed files with 78 additions and 53 deletions
-2
View File
@@ -1139,8 +1139,6 @@ class AsyncClassWrapper:
if callable(w):
return wrapper
elif isinstance(w, property):
return w.fget(self.wrapped)
else:
return w