Skip to content

Commit

Permalink
remove unused imports and format
Browse files Browse the repository at this point in the history
  • Loading branch information
bcpeinhardt committed Apr 25, 2024
1 parent 2b49ac0 commit 36331ed
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/code_review.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@

import code_review/internal/project.{type Project}
import code_review/rule.{type Rule}
import code_review/rules/no_deprecated
import code_review/rules/no_panic
import code_review/rules/no_trailing_underscore
import code_review/rules/no_unnecessary_string_concatenation
import glance
import gleam/io
import gleam/list
Expand Down

0 comments on commit 36331ed

Please sign in to comment.