Skip to content

Commit f281f44

Browse files
committed
Remove unused @impl
1 parent 41f6500 commit f281f44

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

lib/explorer/backend/lazy_series.ex

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -248,13 +248,6 @@ defmodule Explorer.Backend.LazySeries do
248248
@doc false
249249
def operations, do: @operations
250250

251-
@impl true
252-
# When performing lazy operations, we should only have a single
253-
# LazySeries with a resource, it is not possible to operate on
254-
# different lazy series from different nodes, and
255-
# Explorer.Shared.apply_series was written such that a LazySeries
256-
# always wins. This means LazySeries can have references, but
257-
258251
@impl true
259252
def cast(%Series{} = s, dtype) do
260253
args = [lazy_series!(s), dtype]

0 commit comments

Comments
 (0)