Skip to content

Commit

Permalink
refactor: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
climba03003 committed Nov 30, 2021
1 parent 05470a7 commit bc55c74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/types/pino.test-d.ts
@@ -1,4 +1,4 @@
import P, { pino, SerializerFn } from "../../";
import P, { pino } from "../../";
import { IncomingMessage, ServerResponse } from "http";
import { Socket } from "net";
import Logger = P.Logger;
Expand Down

0 comments on commit bc55c74

Please sign in to comment.