Skip to content

Commit 2d59f01

Browse files
committed
remove cached files pushed by mistake
1 parent 041f7c8 commit 2d59f01

10 files changed

Lines changed: 9 additions & 2 deletions

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,9 @@
11
.coverage
2+
docs/build
3+
dist/
4+
.pytest_cache/
5+
serpapi.egg-info/
26

7+
serpapi/__pycache__
8+
tests/__pycache__
9+
*.pyc
-528 Bytes
Binary file not shown.
-216 Bytes
Binary file not shown.
-404 Bytes
Binary file not shown.
-1.36 KB
Binary file not shown.
-4.97 KB
Binary file not shown.

serpapi/object_decoder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""custom object decoder"""
1+
"""custom object decoder to convert a JSON into a python object"""
22
class ObjectDecoder:
33
"""
44
Allow to convert JSON like datastructure in Python object.

serpapi/serpapi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""SerpApi package for python"""
1+
"""SerpApi client library for python"""
22
import json
33
import urllib3
44
from .error import SerpApiException
-172 Bytes
Binary file not shown.
-2.65 KB
Binary file not shown.

0 commit comments

Comments
 (0)