From 6a1e226c822d700c8aabdefe5894d2562c6586e2 Mon Sep 17 00:00:00 2001 From: xingyousong Date: Tue, 6 Aug 2024 11:48:49 -0400 Subject: [PATCH] Update __init__.py --- vizier/_src/__init__.py | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/vizier/_src/__init__.py b/vizier/_src/__init__.py index 2aa1bbb09..2a57f7ad8 100644 --- a/vizier/_src/__init__.py +++ b/vizier/_src/__init__.py @@ -13,14 +13,3 @@ # limitations under the License. from __future__ import annotations - -"""Init file.""" -import os -import sys - -THIS_DIR = os.path.dirname(os.path.realpath(__file__)) -PROTO_ROOT = os.path.realpath(os.path.join(THIS_DIR, "_src", "service")) - -sys.path.append(PROTO_ROOT) - -__version__ = "0.1.18"