From d95a8ed4a11b03cae91d2f3037dcb6bc3260ae2e Mon Sep 17 00:00:00 2001 From: Alexandre Yang Date: Tue, 9 Jul 2019 11:11:09 +0200 Subject: [PATCH] ci run all --- spark/tests/test_spark.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/spark/tests/test_spark.py b/spark/tests/test_spark.py index ccf718792e16db..4c9a9912ec3a09 100644 --- a/spark/tests/test_spark.py +++ b/spark/tests/test_spark.py @@ -65,11 +65,9 @@ def join_url_dir(url, *args): class Url(object): - """ - A url object that can be compared with other url orbjects + """A url object that can be compared with other url orbjects without regard to the vagaries of encoding, escaping, and ordering - of parameters in query strings. - """ + of parameters in query strings.""" def __init__(self, url): parts = urlparse(url)