Skip to content

Commit

Permalink
remove require logger from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateusz Kopcinski authored and Mateusz Kopcinski committed Aug 20, 2024
1 parent 70d36a8 commit 58091fa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/ex_vision/style_transfer/style_transfer_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ for {module, opts} <- TestConfiguration.configuration() do
use ExVision.Model.Case, module: unquote(opts[:module])
use ExVision.TestUtils

require Logger

@impl true
def test_inference_result(result) do
expected_result =
Expand Down

0 comments on commit 58091fa

Please sign in to comment.