Mattia Basaglia
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Created How do I prevent pycharm from adding "pass" automatically?
If I have this code: if whatever: do_something() And the text cursor is on the do_something() line, and I move the line above the if (Ctrl+Shift+Up), PyCharm adds "pass" automatically but I don'...