Skip to content

Commit

Permalink
ci run all
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreYang committed Jul 9, 2019
1 parent 9fa7311 commit d95a8ed
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions spark/tests/test_spark.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d95a8ed

Please sign in to comment.