Skip to content

Commit

Permalink
2329 remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
lperson committed Dec 31, 2023
1 parent 7188c65 commit dc886e9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions __test__/server/api/editOrganization.test.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
/* eslint-disable no-unused-expressions, consistent-return */
import { r } from "../../../src/server/models/";
import { getFeatures } from "../../../src/server/api/lib/config";
import { getCampaignsQuery } from "../../../src/containers/AdminCampaignList";
import { editOrganizationGql } from "../../../src/containers/Settings";
import { GraphQLError } from "graphql/error";

import {
cleanupTest,
Expand Down

0 comments on commit dc886e9

Please sign in to comment.