Follow-up from "Add repository size limit check during import"
<!--IssueSummary start--> <details> <summary> Everyone can contribute. [Help move this issue forward](https://handbook.gitlab.com/handbook/marketing/developer-relations/contributor-success/community-contributors-workflows/#contributor-links) while earning points, leveling up and collecting rewards. </summary> - [Close this issue](https://contributors.gitlab.com/manage-issue?action=close&projectId=278964&issueIid=415619) </details> <!--IssueSummary end--> The following discussion from !122814 should be addressed: - [ ] @mayra-cabrera started a [discussion](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/122814#note_1434724592): (+1 comment) > This module is called `Importers` (plural) and the one used for `GithubImport` is called [`Importer`](https://gitlab.com/gitlab-org/gitlab/-/blob/d06c1435dc49d202c4fc74cd2d1cc1497fe00d85/ee/lib/ee/gitlab/github_import/importer/repository_importer.rb#L6) (singular), is that intended? If not, which one is it? The module `BitBucketServer::Importers` was created because the class BitBucketServer::Importer is already in use. `BitBucketServer::Importer` class will be removed at https://gitlab.com/gitlab-org/gitlab/-/merge_requests/121614. This means we can rename the module Importers to Importer.
issue