Skip to content

Commit

Permalink
chore: fix import from patches.py in script/lib/git.py (#41436)
Browse files Browse the repository at this point in the history
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Milan Burda <milan.burda@gmail.com>
  • Loading branch information
trop[bot] and miniak committed Feb 26, 2024
1 parent fd8eec3 commit 4a727c6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion script/lib/git.py
Expand Up @@ -13,7 +13,10 @@
import subprocess
import sys

from .patches import PATCH_FILENAME_PREFIX, is_patch_location_line
SCRIPT_DIR = os.path.dirname(os.path.abspath(__file__))
sys.path.append(SCRIPT_DIR)

from patches import PATCH_FILENAME_PREFIX, is_patch_location_line

UPSTREAM_HEAD='refs/patches/upstream-head'

Expand Down

0 comments on commit 4a727c6

Please sign in to comment.