Skip to content

Commit

Permalink
style: remove unused vars
Browse files Browse the repository at this point in the history
  • Loading branch information
filipesilva committed May 25, 2022
1 parent e39d530 commit e14e53d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/athens/parser/impl_test.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
(:require
[athens.common.utils :as utils]
[athens.parser.impl :as sut]
[clojure.test :as t :refer [deftest is testing]]))
[clojure.test :as t]))


(t/deftest block-structure
Expand Down

0 comments on commit e14e53d

Please sign in to comment.