Skip to content

Commit 7931c02

Browse files
committed
chore(authorization): remove authorization
1 parent da8a3e1 commit 7931c02

File tree

5 files changed

+1
-91
lines changed

5 files changed

+1
-91
lines changed

examples/authorization_v1.py

Lines changed: 0 additions & 10 deletions
This file was deleted.

ibm_watson/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515

1616
from ibm_cloud_sdk_core import IAMTokenManager, DetailedResponse, BaseService, ApiException
1717

18-
from .authorization_v1 import AuthorizationV1
1918
from .assistant_v1 import AssistantV1
2019
from .assistant_v2 import AssistantV2
2120
from .language_translator_v3 import LanguageTranslatorV3

ibm_watson/authorization_v1.py

Lines changed: 0 additions & 63 deletions
This file was deleted.

test/integration/test_examples.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from glob import glob
1010

1111
# tests to exclude
12-
excludes = ['authorization_v1.py', 'discovery_v1.ipynb', '__init__.py', 'microphone-speech-to-text.py']
12+
excludes = ['discovery_v1.ipynb', '__init__.py', 'microphone-speech-to-text.py']
1313

1414
# examples path. /examples
1515
examples_path = join(dirname(__file__), '../', 'examples', '*.py')

test/unit/test_authorization_v1.py

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)