Skip to content

Commit da52dee

Browse files
author
Shahar Carmi
committed
adding black formating
1 parent 12cb2d3 commit da52dee

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

src/brightdata/api/scrape_service.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
from typing import TYPE_CHECKING
99

10-
1110
if TYPE_CHECKING:
1211
from ..client import BrightDataClient
1312

src/brightdata/models.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
import json
99
from pathlib import Path
1010

11-
1211
StatusType = Literal["ready", "error", "timeout", "in_progress"]
1312
PlatformType = Optional[Literal["linkedin", "amazon", "chatgpt", "instagram", "facebook"]]
1413
SearchEngineType = Optional[Literal["google", "bing", "yandex"]]

src/brightdata/payloads.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
import re
2020
from urllib.parse import urlparse
2121

22-
2322
# ============================================================================
2423
# BASE PAYLOAD CLASSES
2524
# ============================================================================

0 commit comments

Comments
 (0)