this repo has no description

remove babashka.http-client from require

-1
-1
weather/weather.bb
··· 1 1 #!/usr/bin/env bb 2 2 (require '[babashka.curl :as curl] 3 - '[babashka.http-client :as http] 4 3 '[clojure.java.io :as io] 5 4 '[babashka.fs :as fs]) 6 5