Skip to content

Commit 77fed88

Browse files
minor fixes
1 parent e94534c commit 77fed88

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tools/tests/automation_functional_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import sys
44
import pytest
55
from file_utils import TOOLS_PATH
6-
from tools.automation_add_or_update_mentors import run_automation, read_yml_file, WriteMode
6+
from automation_add_or_update_mentors import run_automation, read_yml_file, WriteMode
77

88
MENTOR_2 = "Mentor2 Name"
99
MENTOR_3 = "Mentor3 Name"

tools/tests/mentorship_type_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import unittest
2-
from tools.automation_add_or_update_mentors import get_mentorship_type, type_ad_hoc, type_long_term, TYPE_BOTH
2+
from automation_add_or_update_mentors import get_mentorship_type, type_ad_hoc, type_long_term, TYPE_BOTH
33

44
class TestMentorAutomation(unittest.TestCase):
55
AD_HOC_1 = "Ad-Hoc Format"

0 commit comments

Comments
 (0)