Skip to content

Commit f08f4dd

Browse files
author
Max Wang
committed
remove path import in example
1 parent c523987 commit f08f4dd

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

examples/advanced/dataframe_operations.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@
1414

1515
import sys
1616
import uuid
17-
from pathlib import Path
18-
19-
# Uncomment to run from local source instead of installed package
20-
# sys.path.insert(0, str(Path(__file__).resolve().parents[2] / "src"))
2117

2218
import pandas as pd
2319
from azure.identity import InteractiveBrowserCredential

0 commit comments

Comments
 (0)