Style fix

This commit is contained in:
Paul Tagliamonte 2013-06-18 21:48:42 -04:00
parent b00f181e1e
commit f9b13a625f

View File

@ -52,6 +52,7 @@ from collections import defaultdict
_compile_time_ns = {}
def compile_time_ns(module_name):
ns = _compile_time_ns.get(module_name)
if ns is None: