Skip to content

Commit

Permalink
fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
hassiebp committed Oct 25, 2024
1 parent b630610 commit cdee3e6
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion langfuse/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
import tracemalloc
from typing import (
Any,
Callable,
Dict,
Optional,
Literal,
Expand Down
2 changes: 1 addition & 1 deletion langfuse/task_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import threading
from queue import Empty, Queue
import time
from typing import Callable, List, Any, Optional
from typing import List, Any, Optional
import typing

from langfuse.Sampler import Sampler
Expand Down
2 changes: 1 addition & 1 deletion langfuse/utils/langfuse_singleton.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import httpx
import threading
from typing import Callable, Optional
from typing import Optional


from langfuse import Langfuse
Expand Down
1 change: 0 additions & 1 deletion tests/test_task_manager.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from unittest.mock import Mock, ANY
import logging
import subprocess
import threading
Expand Down

0 comments on commit cdee3e6

Please sign in to comment.