Skip to content

Commit 0b7d3a3

Browse files
committed
addressing lint style issues
1 parent f6d9026 commit 0b7d3a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pvops/tests/test_text.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ def test_text_remove_nondate_nums():
1414
answer = r" this is test example executed on 2/4/2020 "
1515
assert preprocess.text_remove_nondate_nums(example) == answer
1616

17+
1718
##### REMOVE ONCE NLTK STOPWORDS ISSUE IS RESOLVED
1819
import pytest
1920
@pytest.mark.skip(reason="no way of currently testing this")

0 commit comments

Comments
 (0)