Skip to content

Commit

Permalink
Remove unnecessary imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
Carifio24 committed Aug 18, 2023
1 parent 749e898 commit 1007b13
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/database.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ import { initializeModels } from "./models";
import { StudentOption, StudentOptions } from "./models/student_options";
import { Question } from "./models/question";
import { logger } from "./logger";
import { APIKey } from "./models/api_key";
import { SHA3 } from "sha3";

type SequelizeError = { parent: { code: string } };

Expand Down

0 comments on commit 1007b13

Please sign in to comment.