Skip to content

Commit 9891ca3

Browse files
committed
review's comments
1 parent 407f031 commit 9891ca3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ansys/aedt/core/generic/general_methods.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,6 @@ def wrapper(*args, **kwargs):
264264
# In case of incomplete binding (e.g. missing required args), skip
265265
return func(*args, **kwargs)
266266

267-
# once argument is definitely deprecated raise a TypeError instead of a warning
268267
if arg_name in bound_args.arguments:
269268
if removed:
270269
raise TypeError(

0 commit comments

Comments
 (0)