sigh, GitHub's 'resolve conflicts' editor left whitespace on a blank line. removing it.

This commit is contained in:
Mahmoud Hashemi 2020-04-15 14:48:07 -07:00
parent ca40c74436
commit 2d21b70636
1 changed files with 1 additions and 1 deletions

View File

@ -2017,7 +2017,7 @@ class DecodedURL(object):
.. versionadded:: 18.0.0
"""
def __init__(self, url=_EMPTY_URL, lazy=False):
# type: (URL, bool) -> None
self._url = url