We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fe63ec commit cfbdc01Copy full SHA for cfbdc01
black_reformat/example.py
@@ -1,5 +1,9 @@
1
"""
2
this is an example to try back reformatting
3
4
-def f(a,b):
+a = 1 + 1
5
+b = 1+2
6
+c = 1 + 3
7
+
8
+def f(a, b):
9
pass
0 commit comments