Skip to content

Commit 6a1e226

Browse files
authored
Update __init__.py
1 parent 2721baf commit 6a1e226

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

vizier/_src/__init__.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,3 @@
1313
# limitations under the License.
1414

1515
from __future__ import annotations
16-
17-
"""Init file."""
18-
import os
19-
import sys
20-
21-
THIS_DIR = os.path.dirname(os.path.realpath(__file__))
22-
PROTO_ROOT = os.path.realpath(os.path.join(THIS_DIR, "_src", "service"))
23-
24-
sys.path.append(PROTO_ROOT)
25-
26-
__version__ = "0.1.18"

0 commit comments

Comments
 (0)