this repo has no description

remove bashka.process from require

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