mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2024-11-23 13:09:49 +00:00
Correct a signature return
This commit is contained in:
parent
d0f173a620
commit
62b816c60b
@ -329,7 +329,7 @@ class SourceWalker(GenericASTTraversal, NonterminalActions, ComprehensionMixin):
|
||||
if self.showast.get(phase, False):
|
||||
maybe_show_tree(self, ast)
|
||||
|
||||
def str_with_template(self, ast) -> str:
|
||||
def str_with_template(self, ast):
|
||||
stream = sys.stdout
|
||||
stream.write(self.str_with_template1(ast, "", None))
|
||||
stream.write("\n")
|
||||
|
Loading…
Reference in New Issue
Block a user