Remove deprecated file

This commit is contained in:
Alex Stokes 2019-08-24 21:36:30 +02:00
parent da3c8be464
commit 1790e48c99
No known key found for this signature in database
GPG Key ID: 51CE1721B245C086

View File

@ -1,3 +0,0 @@
from typing import Dict, NewType
TSecurityDetails = NewType("TSecurityDetails", Dict[str, str])