Skip to content

Commit 62bd7e4

Browse files
committed
Remove unused requires
1 parent db534be commit 62bd7e4

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

lib/credo/check/refactor/redundant_with_clause_result.ex

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ defmodule Credo.Check.Refactor.RedundantWithClauseResult do
2727

2828
alias Credo.Code.Block
2929

30-
require Logger
31-
3230
@redundant_with "`with` statement is redundant."
3331
@redundant_clause "Last clause in `with` is redundant."
3432

lib/credo/plugin.ex

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ defmodule Credo.Plugin do
2929
3030
"""
3131

32-
require Credo.Execution
33-
3432
pipeline_main_group_names_as_bullet_list = """
3533
- `:parse_cli_options`
3634
- `:initialize_plugins`

0 commit comments

Comments
 (0)