Skip to content

Commit 0ecd773

Browse files
committed
removed parse import
1 parent 505a487 commit 0ecd773

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/unit/test_mixins.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
from future.moves.urllib.parse import quote
21

32
import os
43

54
import unittest
6-
import urllib.parse
5+
from future.moves.urllib.parse import quote
76

87
from quickbooks.objects import Bill, Invoice
98

0 commit comments

Comments
 (0)