From a1d3b8f5e887fc72fefae24248aa1fd4ffbe9094 Mon Sep 17 00:00:00 2001 From: Philipp Maier Date: Tue, 31 Mar 2026 11:43:58 +0200 Subject: [PATCH] pySim-read: remove import random In pySim-read we do not have to compute any random numbers, so we may remove random from the imports Change-Id: Iae4ee6aafb339cc682345299b92b4ecd0bbca14e --- pySim-read.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pySim-read.py b/pySim-read.py index 481e9da2..6fc36a81 100755 --- a/pySim-read.py +++ b/pySim-read.py @@ -25,7 +25,6 @@ import hashlib import argparse import os -import random import re import sys