Files
Daniil Kalininandintellij-monorepo-bot e7421b36cf PY-12106 Add newline when moving function to new file
Update all the /refactoring/move test sources according to the new rule - an empty line is always added after the move

(cherry picked from commit c00d1a499fb9849650eb102dd8bb5380165a1eee)

IJ-CR-17177

GitOrigin-RevId: d436af21c20ddd08b78886a333e6f98c71bcc19b
2022-01-10 09:40:19 +00:00

13 lines
98 B
Python

import a
def bar():
print(FOO)
def some_other_fn():
print(a.something_else)
FOO = 1