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