Skip to content
This repository was archived by the owner on Aug 28, 2025. It is now read-only.

Commit f541dfc

Browse files
committed
fix imports
1 parent 1c10110 commit f541dfc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/patches/recalculate_all_first_place_scores.py

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

55
import asyncio
66
import logging
7+
import os
8+
import sys
9+
10+
sys.path.insert(1, os.path.join(sys.path[0], "../.."))
711

812
import lifecycle
913
from common.ripple import user_utils

0 commit comments

Comments
 (0)