Skip to content

Commit

Permalink
Merge pull request #77 from souenzzo/patch-1
Browse files Browse the repository at this point in the history
Avoid warns in clojure 1.11
  • Loading branch information
hlship committed Sep 29, 2021
2 parents c38997e + f559bd8 commit a092a83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/io/aviso/exception.clj
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
(ns io.aviso.exception
"Format and present exceptions in a pretty (structured, formatted) way."
(:refer-clojure :exclude [update-keys])
(:require [clojure.pprint :as pp]
[clojure.set :as set]
[clojure.string :as str]
Expand Down

0 comments on commit a092a83

Please sign in to comment.