Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
vowelparrot committed Jun 21, 2023
1 parent b42804b commit 18f0de6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions langchain/callbacks/tracers/langchain.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,7 @@

logger = logging.getLogger(__name__)
_LOGGED = set()
<<<<<<< Updated upstream
_TRACERS = []
=======
_TRACERS: List[LangChainTracer] = []
>>>>>>> Stashed changes


def log_error_once(method: str, exception: Exception) -> None:
Expand Down

0 comments on commit 18f0de6

Please sign in to comment.