Skip to content

Commit 49c7413

Browse files
committed
remove unnecessary edits
Signed-off-by: Lee Yang <[email protected]>
1 parent f247923 commit 49c7413

File tree

4 files changed

+1
-6
lines changed

4 files changed

+1
-6
lines changed

user_tools/tests/__init__.py

-2
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,3 @@
1313
# limitations under the License.
1414

1515
"""init file of the testing package"""
16-
17-
# Empty file to mark directory as Python package

user_tools/tests/spark_rapids_tools_ut/__init__.py

-2
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,3 @@
1313
# limitations under the License.
1414

1515
"""init file of the unit-tests package"""
16-
17-
# Empty file to mark directory as Python package

user_tools/tests/spark_rapids_tools_ut/conftest.py

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
# limitations under the License.
1414

1515
"""Add common helpers and utilities for unit-tests"""
16+
1617
import sys
1718

1819
import pytest # pylint: disable=import-error

user_tools/tests/spark_rapids_tools_ut/qualx/__init__.py

-2
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,3 @@
1313
# limitations under the License.
1414

1515
"""init file of the unit-tests package"""
16-
17-
# Empty file to mark directory as Python package

0 commit comments

Comments
 (0)