Skip to content

Commit 76acd5e

Browse files
author
Thordata
committed
style: fix formatting in __init__.py
1 parent 7ecf18f commit 76acd5e

File tree

1 file changed

+39
-39
lines changed

1 file changed

+39
-39
lines changed

src/thordata/__init__.py

Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -45,53 +45,53 @@
4545

4646
# Enums
4747
from .enums import (
48-
BingSearchType,
49-
Continent,
50-
Country,
51-
DataFormat,
52-
Device,
53-
Engine,
54-
GoogleSearchType,
55-
GoogleTbm,
56-
OutputFormat,
57-
ProxyHost,
58-
ProxyPort,
59-
ProxyType,
60-
SessionType,
61-
TaskStatus,
62-
TimeRange,
48+
BingSearchType,
49+
Continent,
50+
Country,
51+
DataFormat,
52+
Device,
53+
Engine,
54+
GoogleSearchType,
55+
GoogleTbm,
56+
OutputFormat,
57+
ProxyHost,
58+
ProxyPort,
59+
ProxyType,
60+
SessionType,
61+
TaskStatus,
62+
TimeRange,
6363
)
6464

6565
# Exceptions
6666
from .exceptions import (
67-
ThordataAPIError,
68-
ThordataAuthError,
69-
ThordataConfigError,
70-
ThordataError,
71-
ThordataNetworkError,
72-
ThordataNotCollectedError,
73-
ThordataRateLimitError,
74-
ThordataServerError,
75-
ThordataTimeoutError,
76-
ThordataValidationError,
67+
ThordataAPIError,
68+
ThordataAuthError,
69+
ThordataConfigError,
70+
ThordataError,
71+
ThordataNetworkError,
72+
ThordataNotCollectedError,
73+
ThordataRateLimitError,
74+
ThordataServerError,
75+
ThordataTimeoutError,
76+
ThordataValidationError,
7777
)
7878

7979
# Models
8080
from .models import (
81-
CommonSettings,
82-
ProxyConfig,
83-
ProxyProduct,
84-
ProxyServer,
85-
ProxyUser,
86-
ProxyUserList,
87-
ScraperTaskConfig,
88-
SerpRequest,
89-
StaticISPProxy,
90-
StickySession,
91-
TaskStatusResponse,
92-
UniversalScrapeRequest,
93-
UsageStatistics,
94-
VideoTaskConfig,
81+
CommonSettings,
82+
ProxyConfig,
83+
ProxyProduct,
84+
ProxyServer,
85+
ProxyUser,
86+
ProxyUserList,
87+
ScraperTaskConfig,
88+
SerpRequest,
89+
StaticISPProxy,
90+
StickySession,
91+
TaskStatusResponse,
92+
UniversalScrapeRequest,
93+
UsageStatistics,
94+
VideoTaskConfig,
9595
)
9696

9797
# Retry utilities

0 commit comments

Comments
 (0)