projects
/
cached-property.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94ddab8
)
Ignore flake8 error that affects Python 2.7 only
author
Daniel Feldroy
<pydanny@users.noreply.github.com>
Mon, 21 Sep 2020 17:27:24 +0000
(10:27 -0700)
committer
GitHub
<noreply@github.com>
Mon, 21 Sep 2020 17:27:24 +0000
(10:27 -0700)
tests/test_async_cached_property.py
patch
|
blob
|
history
diff --git
a/tests/test_async_cached_property.py
b/tests/test_async_cached_property.py
index f4f93c754c4886f681e757e38bbedcd82a4d980b..4ba84f31be0ba609a179c52e1f546069b4984527 100644
(file)
--- a/
tests/test_async_cached_property.py
+++ b/
tests/test_async_cached_property.py
@@
-29,7
+29,7
@@
def CheckFactory(cached_property_decorator, threadsafe=False):
self.cached_total = 0
self.lock = Lock()
- async def add_control(self):
+ async def add_control(self):
# noqa
self.control_total += 1
return self.control_total