From ca2c93e0a1845affb31b6101fdffe1988ad9c927 Mon Sep 17 00:00:00 2001 From: Nuno Campos Date: Mon, 29 Apr 2024 17:41:36 -0700 Subject: [PATCH] Lint --- langgraph/graph/graph.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/langgraph/graph/graph.py b/langgraph/graph/graph.py index 23c86d83a..b6b6fc9e5 100644 --- a/langgraph/graph/graph.py +++ b/langgraph/graph/graph.py @@ -1,5 +1,5 @@ import logging -from collections import Counter, defaultdict +from collections import defaultdict from typing import ( Any, Awaitable,