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 Dec 1, 2021
1 parent e393b91 commit 5834906
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 5834906

Please sign in to comment.