Skip to content

Commit a21d103

Browse files
committed
20220526 update: update readme
1 parent 776586a commit a21d103

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Python Cloud SDK wraps Aspose.Cells REST API so you could seamlessly integrate M
2323

2424
## Feature & Enhancements in Version 22.5
2525

26-
- Add new API for getting barcode description.
26+
- Add a new API for getting barcode description.
2727

2828

2929

test/test_cells_barcode_api.py

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,8 @@
2424
from asposecellscloud.rest import ApiException
2525
from asposecellscloud.apis.cells_api import CellsApi
2626
import AuthUtil
27-
from asposecellscloud.models import MatchConditionRequest
28-
from asposecellscloud.models import WorkbookProtectionRequest
29-
from asposecellscloud.models import ImportIntArrayOption
30-
from asposecellscloud.models import CalculationOptions
31-
from asposecellscloud.models import WorkbookSettings
32-
from asposecellscloud.models import PasswordRequest
33-
from asposecellscloud.models import PdfSaveOptions
34-
from datetime import datetime
27+
from asposecellscloud.models import BarcodeResponseList
28+
from asposecellscloud.models import BarcodeResponse
3529
global_api = None
3630

3731
class TestCellsBarcodeApi(unittest.TestCase):

0 commit comments

Comments
 (0)