Skip to content

Commit 35ac662

Browse files
committed
Combine imports and simplify
1 parent f4d1b16 commit 35ac662

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

docs/plone_client.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
from sphinxcontrib.httpexample import HTTPRequest
2-
from urllib.parse import parse_qs
3-
from urllib.parse import urlparse
2+
from urllib.parse import parse_qs, urlparse
43
import re
54

65

0 commit comments

Comments
 (0)