Skip to content

Commit

Permalink
fix kondo
Browse files Browse the repository at this point in the history
  • Loading branch information
d-t-w committed Sep 30, 2022
1 parent 5283c97 commit c8f5d07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions test/cronut/integration_fixture.clj
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
(ns cronut.integration-fixture
(:require [clojure.test :refer :all]
[clojure.java.io :as io]
(:require [clojure.java.io :as io]
[clojure.core.async :as async]
[clojure.tools.logging :as log]
[cronut :as cronut]
Expand Down
2 changes: 1 addition & 1 deletion test/cronut_test.clj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(ns cronut-test
(:require [clojure.test :refer :all]
(:require [clojure.test :refer [deftest is]]
[cronut :as cronut])
(:import (sun.util.calendar ZoneInfo)))

Expand Down

0 comments on commit c8f5d07

Please sign in to comment.