Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
xingyousong authored Aug 6, 2024
1 parent 2721baf commit 6a1e226
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions vizier/_src/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 6a1e226

Please sign in to comment.