russellballestrini
2017-05-07 03e2626a6b33584e2b4e1c7c446b4f311c0fb350
pep8 fix

modified: pyramid/url.py
1 files modified
2 ■■■ changed files
pyramid/url.py 2 ●●● patch | view | raw | blame | history
pyramid/url.py
@@ -55,7 +55,7 @@
    if anchor:
        anchor = url_quote(anchor, ANCHOR_SAFE)
        if anchor.startswith('#') == False:
        if not anchor.startswith('#'):
            anchor = '#' + anchor
    return app_url, scheme, host, port, qs, anchor