feat: adding ruff linting support

This commit is contained in:
lucas.oskorep
2023-07-09 14:21:29 -04:00
parent 367e646be2
commit 914a698475
6 changed files with 19 additions and 21 deletions

View File

@@ -1,10 +1,7 @@
from datetime import datetime
from math import trunc
class Stop(object):
def __init__(self, id, arrival_time, departure_time, ):
self.id = id