Skip to content

Commit

Permalink
[apache#4322] fix: python-client module import error
Browse files Browse the repository at this point in the history
  • Loading branch information
xunliu committed Jul 31, 2024
1 parent 851c463 commit beaa837
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/python-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
java-version: [ 8 ]
env:
PLATFORM: ${{ matrix.architecture }}
PYTHONPATH: ${{ github.workspace }}/clients/client-python
steps:
- uses: actions/checkout@v3

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ def test_name_identifier_hash(self):
self.assertNotEqual("test2", identifier_dict.get(name_identifier1))

def test_from_json_name_identifier(self):

test_name = "test_name_identifier"
test_namespace_levels = ["1", "2", "3", "4"]

Expand Down

0 comments on commit beaa837

Please sign in to comment.