Update pyright to 1.1.278 (#9077)

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
This commit is contained in:
Nikita Sobolev
2022-11-03 18:32:10 +03:00
committed by GitHub
parent a17fa5001a
commit 86f9d93003
8 changed files with 9 additions and 13 deletions

View File

@@ -1,5 +1 @@
import six.moves.urllib.error as error
import six.moves.urllib.parse as parse
import six.moves.urllib.request as request
import six.moves.urllib.response as response
import six.moves.urllib.robotparser as robotparser
from six.moves.urllib import error as error, parse as parse, request as request, response as response, robotparser as robotparser