From b73b6a0ab8a45c1f83395166980b4f2f3ba5e6b2 Mon Sep 17 00:00:00 2001 From: Raphael Roberts Date: Sat, 6 Oct 2018 04:18:38 -0500 Subject: [PATCH] test --- ctabus.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ctabus.py b/ctabus.py index 68c0dcb..1e2b88b 100644 --- a/ctabus.py +++ b/ctabus.py @@ -30,3 +30,4 @@ def get_directions(route,api_key = api): def get_stops(route,direction,api_key = api): return get_data('getstops',api_key,rt = route,dir=direction) +# \ No newline at end of file