1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-28 00:21:48 +03:00

Remove unused imports in list_internal_identifiers.py

Signed-off-by: Yuto Takano <yuto.takano@arm.com>
This commit is contained in:
Yuto Takano
2021-08-17 12:44:16 +01:00
parent 3590691bad
commit 7143209604

View File

@ -30,8 +30,6 @@ Must be run from Mbed TLS root.
import argparse
import logging
import traceback
import sys
from check_names import CodeParser
def main():