diff --git a/types/passport-jwt/index.d.ts b/types/passport-jwt/index.d.ts
index 74da98d3f9..9bc14618d1 100644
--- a/types/passport-jwt/index.d.ts
+++ b/types/passport-jwt/index.d.ts
@@ -1,10 +1,8 @@
// Type definitions for passport-jwt 2.0
// Project: https://github.com/themikenicholson/passport-jwt
-
// Definitions by: TANAKA Koichi
// Alex Young
// David Ng
-
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import { Strategy as PassportStrategy } from 'passport-strategy';