Skip to content

Commit 4c5e18b

Browse files
committed
Apply black
1 parent f38ced3 commit 4c5e18b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)