Skip to content

Commit c745184

Browse files
authored
Merge pull request #581 from whatyouhide/remove-import-bitwise
Remove "import Bitwise" to fix a warning
2 parents 30c3a29 + 6d19f6b commit c745184

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/tesla/middleware/retry.ex

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,6 @@ defmodule Tesla.Middleware.Retry do
4747
(float between 0 and 1, defaults to 0.2)
4848
"""
4949

50-
# Not necessary in Elixir 1.14+
51-
import Bitwise
52-
5350
@behaviour Tesla.Middleware
5451

5552
@defaults [

0 commit comments

Comments
 (0)