Skip to content

Commit

Permalink
feat: remove request library (#118) (#119)
Browse files Browse the repository at this point in the history
Signed-off-by: tkhmy <[email protected]>
  • Loading branch information
tkhmy authored Sep 10, 2024
1 parent 12c8dc0 commit 1dc4f13
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/signage/src/signage/route_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
# This Python file uses the following encoding: utf-8

import os
import requests
import json
from datetime import datetime
import aiohttp
Expand Down Expand Up @@ -286,7 +285,7 @@ def route_checker_callback(self):
self._is_driving = True
self._is_stopping = False
self._announced_depart = False

if (
not self._trigger_external_signage
and self._autoware.information.autoware_control
Expand Down

0 comments on commit 1dc4f13

Please sign in to comment.