Skip to content

Commit 186d04a

Browse files
author
David Crosby
committed
Remove unused method
1 parent afbfe92 commit 186d04a

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

lib/coffeeoutside/weather.rb

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,6 @@ def closest_forecast
2525
@result.forecast.last
2626
end
2727

28-
# TODO remove this
29-
def parse_owm_datestring(str)
30-
DateTime.strptime(str, "%Y-%m-%d %H-%M-%S")
31-
end
32-
3328
def forecast #: Forecast
3429
api_call
3530
fc = closest_forecast

sig/generated/coffeeoutside/weather.rbs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ module CoffeeOutside
1010

1111
def closest_forecast: () -> untyped
1212

13-
# TODO remove this
14-
def parse_owm_datestring: (untyped str) -> untyped
15-
1613
def forecast: () -> Forecast
1714
end
1815

0 commit comments

Comments
 (0)