Skip to content

Commit

Permalink
linter fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaushik Ravichandran committed Nov 16, 2023
1 parent add43c1 commit fbacdac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@


class HackernewsSearchHandler(DBHandler):
def connection ():
def connection():
return requests.get("https://www.google.com/").status_code == 200

def __init__(self, name: str, **kwargs):
Expand Down
1 change: 1 addition & 0 deletions test/integration_tests/long/test_hackernews_datasource.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,6 @@ def test_should_run_select_query_in_github(self):
)
self.assertEqual(batch.columns, expected_column)


if __name__ == "__main__":
unittest.main()

0 comments on commit fbacdac

Please sign in to comment.