Skip to content

Commit

Permalink
STYLE: NAV-150 - Remove unused import.
Browse files Browse the repository at this point in the history
  • Loading branch information
clukas1 committed Aug 23, 2024
1 parent 25b5218 commit 42a21fb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions public_transit_viewer/components/form_components.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
from datetime import date, datetime, time
from datetime import date, time
from math import ceil
from typing import Any

import streamlit as st
from dateutil.relativedelta import relativedelta
from public_transit_client.model import TimeType, TransportMode

from public_transit_viewer.client import get_router_info, get_schedule_info
Expand Down

0 comments on commit 42a21fb

Please sign in to comment.