Skip to content

Commit a2b522d

Browse files
committed
fix import paths
1 parent 08ecb71 commit a2b522d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

dev/update_stub_docstrings.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,13 @@
2727
import argparse
2828
import importlib
2929
import inspect
30+
import sys
3031
from pathlib import Path
3132
from textwrap import indent
3233

34+
# Add current directory to path to find locally built pyarrow
35+
sys.path.insert(0, ".")
36+
3337
import libcst
3438
from libcst import matchers as m
3539

0 commit comments

Comments
 (0)