Skip to content

Commit

Permalink
fix: Fix readme imports
Browse files Browse the repository at this point in the history
  • Loading branch information
pall-j committed Dec 19, 2024
1 parent c29e87b commit 9538ac6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ sys.path.append(MODULE_DIR.as_posix())

# COMMAND ----------

import os
from myjobpackage.processing import process_data

# COMMAND ----------
Expand Down Expand Up @@ -197,7 +196,7 @@ location.

```python
from pytest import fixture
from dtml.dbx.pysparktesting import spark_base
from pysparkdt import spark_base

@fixture(scope='module')
def spark():
Expand All @@ -218,7 +217,7 @@ metastore tables.*

```python
from myjobpackage.processing import process_data
from dtml.dbx.pysparktesting import reinit_local_metastore
from pysparkdt import reinit_local_metastore
from pyspark.testing import assertDataFrameEqual

def test_process_data(
Expand Down

0 comments on commit 9538ac6

Please sign in to comment.