Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sh0oki committed Oct 5, 2023
1 parent 3240bfe commit 7969ea1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 180 deletions.
2 changes: 1 addition & 1 deletion israelrailapi/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import requests

from train_station import station_name_to_id
from israelrailapi.train_station import station_name_to_id

# API key bundled in main.js of rail.co.il
API_KEY = "4b0d355121fe4e0bb3d86e902efe9f20"
Expand Down
4 changes: 2 additions & 2 deletions israelrailapi/schedule.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
import sys
import time

from api import GetRoutesApi
from train_station import translate_station
from israelrailapi.api import GetRoutesApi
from israelrailapi.train_station import translate_station


class TrainSchedule(object):
Expand Down
Loading

0 comments on commit 7969ea1

Please sign in to comment.