Skip to content

Commit 53a1460

Browse files
committed
Remove unused import
1 parent 7a3e960 commit 53a1460

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

quickbooks/mixins.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
from future.moves.urllib.parse import quote
2-
from requests.api import request
32

43
try: import simplejson as json
54
except ImportError: import json

0 commit comments

Comments
 (0)