From 2abe4f1cb6e9b4d36c332b0fb04c0dec2ad38bc6 Mon Sep 17 00:00:00 2001 From: Ying Sheng Date: Sun, 15 Sep 2024 15:22:32 -0700 Subject: [PATCH] Revert "[Minor] Raise exception for wrong import (#1409)" (#1432) --- __init__.py | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 __init__.py diff --git a/__init__.py b/__init__.py deleted file mode 100644 index 45323abef..000000000 --- a/__init__.py +++ /dev/null @@ -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." -)