From 4115d4ae134b9c021a5057358e672b3a586361eb Mon Sep 17 00:00:00 2001 From: Akuli Date: Fri, 7 May 2021 13:04:50 +0300 Subject: [PATCH] delete pytype bug workaround (#5361) --- requirements-tests-py3.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/requirements-tests-py3.txt b/requirements-tests-py3.txt index ce6214b79..dff8512e6 100644 --- a/requirements-tests-py3.txt +++ b/requirements-tests-py3.txt @@ -8,6 +8,3 @@ flake8-bugbear==20.1.4 flake8-pyi==20.10.0 isort==5.5.3 pytype>=2021.5.6 - -# workaround for https://github.com/google/pytype/issues/909 -attrs==20.3.0