Skip to content

Commit

Permalink
Fix: Delete unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenc-nanashi authored Mar 3, 2024
1 parent 1d9883d commit 67f6c0d
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions sub-chart/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,7 @@ import dotenv from "dotenv"
import Express, { json as jsonHandler } from "express"
import morgan from "morgan"

import {
mmwsToUSC,
susToUSC,
chsToUSC,
USC,
migrateVUSC,
anyToUSC,
} from "usctool"
import { anyToUSC } from "usctool"
import { uscToLevelData } from "sonolus-pjsekai-engine-extended"
import * as sentry from "@sentry/node"
import urlJoin from "url-join"
Expand Down

0 comments on commit 67f6c0d

Please sign in to comment.