Skip to content

Commit

Permalink
refactored the code
Browse files Browse the repository at this point in the history
  • Loading branch information
manjutapali committed Apr 1, 2024
1 parent 6785efd commit 642f8fd
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions examples/connector/python/connector/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,6 @@ def Update(self, request, context):
if request.HasField('state_json'):
state_json = request.state_json

# # Read london subway API response and update the table with line status
# result = requests.get('https://api.tfl.gov.uk/line/mode/tube/status',
# headers={"content-type": "application/json", "charset": "utf-8"})
#
#
# timeline = json.loads(result.text)

# -- Send UPSERT records
for t in range(0, 3):
response = connector__sdk__pb2.UpdateResponse()
Expand Down

0 comments on commit 642f8fd

Please sign in to comment.