Skip to content

Commit a04b6d2

Browse files
committed
import explicitly
1 parent b8045c6 commit a04b6d2

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

tests/test_huggingface.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
import pytest
22
from pyspark.sql import SparkSession
33

4+
import pyspark_huggingface # noqa: F401
5+
6+
47
@pytest.fixture
58
def spark():
69
spark = SparkSession.builder.getOrCreate()

tests/test_huggingface_writer.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
from pyspark.testing import assertDataFrameEqual
77
from pytest_mock import MockerFixture
88

9+
import pyspark_huggingface # noqa: F401
10+
911
# ============== Fixtures & Helpers ==============
1012

1113

0 commit comments

Comments
 (0)