Skip to content

Commit b5d31d1

Browse files
author
Zach Moody
committed
remove unused import.
1 parent 9c502eb commit b5d31d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pynetbox/lib/query.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
limitations under the License.
1515
'''
1616
import json
17-
from six.moves.urllib.parse import urlparse, urlencode
17+
from six.moves.urllib.parse import urlencode
1818

1919
import requests
2020

0 commit comments

Comments
 (0)