Skip to content

Commit

Permalink
fix: pleases the linter
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaeldelboni committed Feb 23, 2024
1 parent 42745d5 commit 44b8d9e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions dev/playground.clj
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
(ns dev.playground
(:require [clj-http.client :as http]
[clojure.java.io :as io]
[clojure.string :as str]
[codes.clj.docs.extractor.core :as core]
[codes.clj.docs.extractor.datalevin :as datalevin]
[datalevin.core :as d]
[datalevin.util :as util]
[datalevin.search-utils :as su])
[datalevin.search-utils :as su]
[datalevin.util :as util])
(:import [java.io File]))

(defn get-url [git-url]
Expand Down

0 comments on commit 44b8d9e

Please sign in to comment.