Skip to content

Commit

Permalink
[Bug fix] Remove duplicate constants (#1342)
Browse files Browse the repository at this point in the history
  • Loading branch information
deshraj committed Apr 19, 2024
1 parent ba9f186 commit 6fb2048
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions embedchain/telemetry/posthog.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,11 @@
import logging
import os
import uuid
from pathlib import Path

from posthog import Posthog

import embedchain

HOME_DIR = str(Path.home())
CONFIG_DIR = os.path.join(HOME_DIR, ".embedchain")
CONFIG_FILE = os.path.join(CONFIG_DIR, "config.json")
from embedchain.constants import CONFIG_DIR, CONFIG_FILE


class AnonymousTelemetry:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "embedchain"
version = "0.1.101"
version = "0.1.102"
description = "Simplest open source retrieval (RAG) framework"
authors = [
"Taranjeet Singh <[email protected]>",
Expand Down

0 comments on commit 6fb2048

Please sign in to comment.