Revert "[Minor] Raise exception for wrong import (#1409)" (#1432)

This commit is contained in:
Ying Sheng
2024-09-15 15:22:32 -07:00
committed by GitHub
parent 37963394aa
commit 2abe4f1cb6

View File

@@ -1,3 +0,0 @@
raise Exception(
"You imported 'sglang' from the git repo root directory 'sglang', which is incorrect. You should import it from 'sglang/python/sglang'. Please do not run your scripts adjacent to the git repo root directory."
)