Skip to content

Commit 762488c

Browse files
committed
Fix warnings
1 parent 8ee770f commit 762488c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/sentry/client_report/sender_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule Sentry.ClientReportTest do
44
import Sentry.TestHelpers
55

66
alias Sentry.ClientReport.Sender
7-
alias Sentry.{Event, Transaction, Span}
7+
alias Sentry.Event
88

99
setup do
1010
original_retries =

0 commit comments

Comments
 (0)