Skip to content
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.

Commit

Permalink
refactor: remove useless comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-rustin committed Sep 28, 2020
1 parent 723fee5 commit 26c7ee0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/services/sig/index.ts
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
import { Service } from "typedi";
import { InjectRepository } from "typeorm-typedi-extensions";
import { Sig } from "../../db/entities/Sig";
import assert from "assert";
import { Repository } from "typeorm";

import { Sig } from "../../db/entities/Sig";
import { SigMember } from "../../db/entities/SigMember";
import { ContributorInfo } from "../../db/entities/ContributorInfo";
import { PullFormatQuery } from "../../queries/PullFormatQuery";
import { Reply, Status } from "../reply";
import { FileStatus } from "../pull";
import { ContributorSchema, SigInfoSchema } from "../../config/SigInfoSchema";
import assert from "assert";
import { SigMessage } from "../messages/SigMessage";
import { collectContributorsByLevel } from "../utils/SigInfoUtils";

Expand Down

0 comments on commit 26c7ee0

Please sign in to comment.