remove not longer needed import

This commit is contained in:
einhorn_b 2023-08-11 10:43:27 +02:00
parent e2f65cddc3
commit a74d4697cf

View File

@ -6,7 +6,6 @@ import { Event as DbEvent } from '@entity/Event'
import { Transaction } from '@entity/Transaction'
import { User } from '@entity/User'
import { ApolloServerTestClient } from 'apollo-server-testing'
import { Decimal } from 'decimal.js-light'
import { GraphQLError } from 'graphql'
import { cleanDB, testEnvironment } from '@test/helpers'