Skip to content

Commit 3964f68

Browse files
committed
fix
1 parent 5532f8c commit 3964f68

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

python/asthelper.py

-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ def _handle_functions(self, node):
9393

9494
self.returns = new_visitor.returns
9595
self.yields = new_visitor.yields
96-
print(self.arguments)
9796

9897
def visit_Raise(self, node):
9998
r = RaiseNameCollector()

python/pydocstring.py

-1
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,6 @@ def full_docstring(self, print_hints=False):
267267
self.obj_controller.write_docstring(print_hints=print_hints)
268268
except Exception as e:
269269
print(concat_('Doctring ERROR: ', e))
270-
raise e
271270

272271
def oneline_docstring(self):
273272
""" Writes only a one-line empty docstring """

0 commit comments

Comments
 (0)