Skip to content

Commit 75b36ff

Browse files
authored
formatting changes
- Fixed PEP2 spacing
1 parent 488922f commit 75b36ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

newsapi/newsapi_client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,7 @@ def get_sources(self, category=None, language=None, country=None):
326326

327327
return r.json()
328328

329+
329330
def is_valid_string(var):
330331
if version_info[0] == 3:
331332
return isinstance(var, str)

0 commit comments

Comments
 (0)