Skip to content

Commit de58c78

Browse files
committed
chore: remove unused import
1 parent 5b6c0d7 commit de58c78

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/postscript_test.exs

-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
defmodule PostscriptTest do
22
use ExUnit.Case, async: true
33

4-
import ExUnit.CaptureLog, only: [with_log: 2]
5-
64
alias Postscript.{Http, Operation, Response}
75

86
@ok_resp %{body: "{\"ok\":true}", headers: [], status_code: 200}

0 commit comments

Comments
 (0)