Skip to content

Commit

Permalink
Remove six imports added mistakenly
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredthecoder committed Dec 24, 2023
1 parent 363ac2f commit 209ab02
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion quickbooks/objects/detailline.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from six import python_2_unicode_compatible
from .base import QuickbooksBaseObject, Ref, CustomField, LinkedTxn, MarkupInfo


Expand Down
1 change: 0 additions & 1 deletion quickbooks/objects/vendor.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from six import python_2_unicode_compatible
from .base import Address, PhoneNumber, EmailAddress, WebAddress, Ref, QuickbooksBaseObject, \
QuickbooksManagedObject, QuickbooksTransactionEntity

Expand Down

0 comments on commit 209ab02

Please sign in to comment.