deploy: Fix urllib.parse import.

Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
Anders Kaseorg 2020-04-18 16:03:39 -07:00 committed by Tim Abbott
parent 953709fdd5
commit 524d03fc3e

View file

@ -8,9 +8,8 @@ import argparse
import zipfile
import textwrap
import requests
import urllib
import urllib.parse
import json
from urllib import parse
from requests import Response
red = '\033[91m' # type: str