Clean up unused import

This commit is contained in:
Sam Carlton 2022-05-19 11:21:33 -05:00
parent 3d178c73c2
commit 14d9f85a46

View file

@ -4,7 +4,6 @@ import fs from 'fs-extra'
import dotenv from 'dotenv'
import semver from 'semver'
import { PromisePool } from '@supercharge/promise-pool'
import mapValues from 'just-map-values'
import buildAppList from './helpers/build-app-list.js'
import buildGamesList from './helpers/build-game-list.js'