Skip to content

Commit

Permalink
chore: remove passport complex type (#147)
Browse files Browse the repository at this point in the history
* chore: remove passport complex type

* comment test

* remove login test
  • Loading branch information
Hrishabh17 authored Jan 6, 2025
1 parent 8f44980 commit 400758c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 26 deletions.
1 change: 0 additions & 1 deletion netsuitesdk/internal/netsuite_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
'BaseRef',
'GetAllRecord',
'GetAllResult',
'Passport',
'RecordList',
'RecordRef',
'ListOrRecordRef',
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name='netsuitesdk',
version='3.0.0',
version='3.0.1',
author='Siva Narayanan',
author_email='siva@fyle.in',
description='Python SDK for accessing the NetSuite SOAP webservice',
Expand Down
24 changes: 0 additions & 24 deletions test/internal/test_login.py

This file was deleted.

0 comments on commit 400758c

Please sign in to comment.