Remove deprecated Import model (#34371)

This commit is contained in:
Matt Jankowski 2025-04-10 08:49:24 -04:00 committed by GitHub
parent e74d682b21
commit 4c2f64907b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 13 additions and 565 deletions

View file

@ -1,7 +0,0 @@
# frozen_string_literal: true
Fabricator(:import) do
account
type :following
data { attachment_fixture('imports.txt') }
end