We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5f99ed commit 7f2cddcCopy full SHA for 7f2cddc
pipeline/pipeline.py
@@ -1,7 +1,6 @@
1
from api import APIClient
2
-from TrafficImage import TrafficImage
3
-
4
from model import Model
+from TrafficImage import TrafficImage
5
6
if __name__ == "__main__":
7
apiclient = APIClient("https://api.data.gov.sg/v1/transport/traffic-images")
0 commit comments