Skip to content

Commit 28a7654

Browse files
authored
Update gas_station.py
changes done
1 parent b4ca836 commit 28a7654

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

data_structures/arrays/gas_station.py

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
from typing import list
2-
31

42
class Solution:
53
def can_complete_circuit(self, gas: list[int], cost: list[int]) -> int:

0 commit comments

Comments
 (0)