osmo-sim-auth.py:67:6: E225 missing whitespace around operator

Change-Id: I63e6c90ab8ba7217933d42756630b809653505df
diff --git a/osmo-sim-auth.py b/osmo-sim-auth.py
index 3305995..939dd40 100755
--- a/osmo-sim-auth.py
+++ b/osmo-sim-auth.py
@@ -64,7 +64,7 @@
 
 
 def handle_sim(options, rand_bin):
-    s= SIM()
+    s = SIM()
     if not s:
         print("Error opening SIM")
         exit(1)
@@ -85,7 +85,7 @@
 
 
 def handle_sim_info(options):
-    s= SIM()
+    s = SIM()
     if not s:
         print("Error opening SIM")
         exit(1)