Skip to content

Commit

Permalink
Fix clj-kondo warnings
Browse files Browse the repository at this point in the history
[Re #1543]
  • Loading branch information
lucassousaf committed Aug 16, 2023
1 parent 68f6c22 commit 3934e38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions backend/src/gpml/db/stakeholder.clj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
[hugsql.core :as hugsql]))

(declare delete-stakeholder*
all-stakeholder
all-public-stakeholders
all-public-users
list-stakeholder-paginated
Expand Down
3 changes: 1 addition & 2 deletions backend/test/gpml/handler/resource_test.clj
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
(ns gpml.handler.resource-test
(:require [clojure.string :as s]
[clojure.test :refer [deftest is testing use-fixtures]]
(:require [clojure.test :refer [deftest is testing use-fixtures]]
[gpml.db.language :as db.language]
[gpml.db.rbac-util :as db.rbac-util]
[gpml.db.resource :as db.resource]
Expand Down

0 comments on commit 3934e38

Please sign in to comment.