From f87dde0d1b160e7b2126d6a9c1150f15c3bd6193 Mon Sep 17 00:00:00 2001 From: Alvaro Caceres Date: Wed, 1 Mar 2017 13:45:06 -0600 Subject: [PATCH] Remove webbrowser.pyi from pytype blacklist (#963) --- tests/pytype_blacklist.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/pytype_blacklist.txt b/tests/pytype_blacklist.txt index 3552f6d9a..cbf3b7bde 100644 --- a/tests/pytype_blacklist.txt +++ b/tests/pytype_blacklist.txt @@ -4,7 +4,6 @@ stdlib/2/__builtin__.pyi stdlib/2/builtins.pyi stdlib/2/types.pyi stdlib/2/typing.pyi -stdlib/2and3/webbrowser.pyi # Because of 'from . import path': stdlib/2/os/__init__.pyi