mirror of
https://gitea.osmocom.org/sim-card/pysim.git
synced 2026-04-11 08:52:38 +03:00
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:
@@ -25,7 +25,6 @@
|
|||||||
import hashlib
|
import hashlib
|
||||||
import argparse
|
import argparse
|
||||||
import os
|
import os
|
||||||
import random
|
|
||||||
import re
|
import re
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user