Skip to content

Commit 9fe4791

Browse files
committed
fix: isort usort weallsort
1 parent c1d75d7 commit 9fe4791

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posthog/ai/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import time
22
import uuid
3-
from typing import Any, Callable, Dict, Optional, List
3+
from typing import Any, Callable, Dict, List, Optional
44

55
from httpx import URL
66

0 commit comments

Comments
 (0)