Skip to content

Commit 3cb6e3a

Browse files
committed
fix(sublime): Fixing import path for load env
Signed-off-by: Vincent Boutour <[email protected]>
1 parent 1899d73 commit 3cb6e3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sublime/plugins/SublimeGo/test_function.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import sublime_plugin
33
import threading
44
from .async_task import AsyncTask
5-
from .env_loader import load_env
5+
from .env_loader import load_git_root_env
66

77

88
class GoFunctionTest(sublime_plugin.WindowCommand):

0 commit comments

Comments
 (0)