Skip to content

Commit 4ccdd18

Browse files
committed
lint fix
1 parent 1eee61b commit 4ccdd18

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

terminusdb_client/tests/test_slice.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
Tests the Python client binding for slice(input_list, result, start, end=None)
55
"""
66

7-
import pytest
87
from terminusdb_client.woqlquery.woql_query import WOQLQuery
98

109
from .woqljson.woqlSliceJson import WOQL_SLICE_JSON

terminusdb_client/woqlquery/woql_query.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2494,7 +2494,7 @@ def sum(self, user_input, output):
24942494

24952495
def slice(self, input_list, result, start, end=None):
24962496
"""
2497-
Extracts a contiguous subsequence from a list, following JavaScript's slice() semantics.
2497+
Extracts a contiguous subsequence from a list, following slice() semantics.
24982498
24992499
Parameters
25002500
----------

0 commit comments

Comments
 (0)