From e731f77f2d2f72b69abb82af6e5497eaeb8db0dd Mon Sep 17 00:00:00 2001 From: Chih Cheng Liang Date: Thu, 1 Aug 2019 19:13:06 +0800 Subject: [PATCH] minor --- .gitignore | 2 +- libp2p/security/typing.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a12c166a..6aef4dd9 100644 --- a/.gitignore +++ b/.gitignore @@ -107,4 +107,4 @@ venv.bak/ .idea/ # vscode -.vscode/ \ No newline at end of file +.vscode/ diff --git a/libp2p/security/typing.py b/libp2p/security/typing.py index 8ef11f70..b2d3f4c2 100644 --- a/libp2p/security/typing.py +++ b/libp2p/security/typing.py @@ -1,4 +1,4 @@ from typing import TypeVar, Dict, Any, NewType -TSecurityDetails = NewType("TSecurityDetails", Dict[str, Any]) \ No newline at end of file +TSecurityDetails = NewType("TSecurityDetails", Dict[str, Any])