We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 505a487 commit 0ecd773Copy full SHA for 0ecd773
tests/unit/test_mixins.py
@@ -1,9 +1,8 @@
1
-from future.moves.urllib.parse import quote
2
3
import os
4
5
import unittest
6
-import urllib.parse
+from future.moves.urllib.parse import quote
7
8
from quickbooks.objects import Bill, Invoice
9
0 commit comments