You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the syntax now provides a way to signal that a block is finished, could you consider making the "pass" keyword optional in empty blocks ?
it would be extremely usefull for notably exceptions declarations
class MyCustomException(Exception):
end
The text was updated successfully, but these errors were encountered:
Since the syntax now provides a way to signal that a block is finished, could you consider making the "pass" keyword optional in empty blocks ?
it would be extremely usefull for notably exceptions declarations
The text was updated successfully, but these errors were encountered: