Skip to content

Commit daf0775

Browse files
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 49b7892 commit daf0775

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

people_ai/connector.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
# For supporting Data operations like Upsert(), Update(), Delete() and checkpoint()
3737
from fivetran_connector_sdk import Operations as op
3838

39-
# The unused imports 'Sequence' and 'Literal' have been removed.
40-
from typing import Any, Dict, List, Callable, Optional
39+
# For type annotations
40+
from typing import Any, Callable, Dict, List, Optional
4141

4242
# Import time module to handle time-related tasks, such as delays.
4343
import time

0 commit comments

Comments
 (0)