Skip to content

Commit

Permalink
Fixed linter issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
svetlyak40wt committed Aug 5, 2023
1 parent c71ce88 commit c7f0d08
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions full/highlight.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,13 @@
#:write-string-into-file
#:write-byte-vector-into-file
#:read-file-into-string)
(:import-from #:cl-cookie
#:cookie-value
#:cookie-name
#:make-cookie-jar
#:cookie-jar-cookies)
(:import-from #:tmpdir
#:with-tmpdir)
(:import-from #:trivial-extract
#:extract-zip))
;; TODO: Should be returned back after this issue resolve:
;; https://github.com/highlightjs/highlight.js/issues/3835
;; (:import-from #:trivial-extract
;; #:extract-zip)
)
(in-package #:40ants-doc-full/highlight)


Expand Down

0 comments on commit c7f0d08

Please sign in to comment.