sfw: Remove commented import

Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
diff --git a/openbmc-sfw b/openbmc-sfw
index cd439e6..e184301 100755
--- a/openbmc-sfw
+++ b/openbmc-sfw
@@ -7,10 +7,8 @@
 import json
 
 import urllib3
-#import _sysconfigdata
 urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning)
 
-
 class BMC:
     def __init__(self, server):
         self.url = "https://{0}/".format(server)