From 981b3f34a0613dd643e228dc05da9e334990423f Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Sat, 21 Dec 2019 07:16:26 +1000 Subject: [PATCH] pytype can't handle circular imports --- pytype.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytype.conf b/pytype.conf index 8feade9c9..c7e05b4ac 100644 --- a/pytype.conf +++ b/pytype.conf @@ -29,7 +29,7 @@ pythonpath = # Comma separated list of error names to ignore. disable = -# pyi-error + pyi-error # Don't report errors. report_errors = True