Skip to content

Commit

Permalink
Update thriftpy2/hook.py
Browse files Browse the repository at this point in the history
  • Loading branch information
aisk authored Nov 27, 2023
1 parent 9e537ed commit be219f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thriftpy2/hook.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"):
Expand Down

0 comments on commit be219f0

Please sign in to comment.