Skip to content

Commit 4c5e18b

Browse files
committed
Apply black
1 parent f38ced3 commit 4c5e18b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bpython/test/test_preprocess.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616

1717
def get_fodder_source(test_name):
18-
pattern = fr"#StartTest-{test_name}\n(.*?)#EndTest"
18+
pattern = rf"#StartTest-{test_name}\n(.*?)#EndTest"
1919
orig, xformed = [
2020
re.search(pattern, inspect.getsource(module), re.DOTALL)
2121
for module in [original, processed]

0 commit comments

Comments
 (0)