diff options
| author | 2025-04-28 14:19:58 +0000 | |
|---|---|---|
| committer | 2025-04-28 14:19:58 +0000 | |
| commit | 2d91eed4ed4260bd2d2af60f4dc68d845ea122e1 (patch) | |
| tree | d097595b1d5692cea0275e0ba8a044354da66012 | |
| parent | [chore/docs] Put some politics in the code (#4076) (diff) | |
| download | gotosocial-2d91eed4ed4260bd2d2af60f4dc68d845ea122e1.tar.xz | |
[chore] Remove unused import (#4077)
Remove an unused import that was causing the testrig not to build properly.
Reviewed-on: https://codeberg.org/superseriousbusiness/gotosocial/pulls/4077
Co-authored-by: tobi <tobi.smethurst@protonmail.com>
Co-committed-by: tobi <tobi.smethurst@protonmail.com>
| -rw-r--r-- | cmd/gotosocial/action/testrig/testrig.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/gotosocial/action/testrig/testrig.go b/cmd/gotosocial/action/testrig/testrig.go index 1934dbad1..e96e57b97 100644 --- a/cmd/gotosocial/action/testrig/testrig.go +++ b/cmd/gotosocial/action/testrig/testrig.go @@ -34,7 +34,6 @@ import ( apiutil "code.superseriousbusiness.org/gotosocial/internal/api/util" "code.superseriousbusiness.org/gotosocial/internal/cleaner" "code.superseriousbusiness.org/gotosocial/internal/config" - "code.superseriousbusiness.org/gotosocial/internal/filter/visibility" "code.superseriousbusiness.org/gotosocial/internal/gtserror" "code.superseriousbusiness.org/gotosocial/internal/language" "code.superseriousbusiness.org/gotosocial/internal/log" |
