Commit f202dd7b authored by Asitha Senanayake's avatar Asitha Senanayake
Browse files

fix(#139): move 'return' to outside 'finally' block

Python 3.14 returns a SyntaxWarning if a 'return' is found in a
'finally' block. This warning signals that a return, break, or continue
statement within a finally block can lead to unexpected behavior and is
generally considered an anti-pattern.
parent ca258e4e
Loading
Loading
Loading
Loading
+1 −1

File changed.

Contains only whitespace changes.