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
This commit is contained in:
Philipp Maier
2026-03-31 11:43:58 +02:00
parent f7b86e1920
commit a1d3b8f5e8

View File

@@ -25,7 +25,6 @@
import hashlib
import argparse
import os
import random
import re
import sys