Skip to content

Commit 96f4212

Browse files
committed
black_after_the corrections_on_try_except
1 parent a433102 commit 96f4212

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/fakerequests_advancedtest.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,9 @@
5858
except ValueError:
5959
pass
6060
except Exception as e:
61-
raise ImportError(f"Could not find the module {package} in your lib folder.") from e
61+
raise ImportError(
62+
f"Could not find the module {package} in your lib folder."
63+
) from e
6264

6365
if found:
6466
print("Congratulations")

0 commit comments

Comments
 (0)