Skip to content

Commit 5377746

Browse files
committed
Minor change
Fixed lint issue due to incorrect spacing
1 parent 861fb20 commit 5377746

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

scrapingbee/client.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
import warnings
22
from functools import wraps
33

4+
45
from requests import Response, Session
56
from requests.adapters import HTTPAdapter
67
from urllib3.util import Retry
78

9+
810
from .utils import process_headers, process_params
911

12+
1013
def deprecated(reason):
1114
"""Decorator to mark functions as deprecated."""
1215
def decorator(func):

0 commit comments

Comments
 (0)