From be219f01c6b7379393f0150f98cade4b12ce3777 Mon Sep 17 00:00:00 2001 From: AN Long Date: Mon, 27 Nov 2023 17:54:20 +0800 Subject: [PATCH] Update thriftpy2/hook.py --- thriftpy2/hook.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thriftpy2/hook.py b/thriftpy2/hook.py index 12c85d6..2ae383b 100644 --- a/thriftpy2/hook.py +++ b/thriftpy2/hook.py @@ -34,7 +34,7 @@ def create_module(self, spec): return load_module(self.fullname) def exec_module(self, module): - ... + pass else: class ThriftImporter(object): def __init__(self, extension="_thrift"):