1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-23 00:29:59 +02:00

formatting

This commit is contained in:
Kelly Brazil
2022-07-19 12:58:49 -07:00
parent ed04951ed7
commit e56944dc24

View File

@ -27,7 +27,7 @@ Schema:
Examples:
% echo "http://example.com/test/path?q1=foo&q2=bar#frag" | jc --url -p
$ echo "http://example.com/test/path?q1=foo&q2=bar#frag" | jc --url -p
{
"scheme": "http",
"netloc": "example.com",
@ -57,7 +57,7 @@ Examples:
}
"""
from urllib.parse import urlparse
from typing import List, Dict
from typing import Dict
import jc.utils