mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 10:45:00 +00:00
style: format code to comply with linter rules
This commit is contained in:
parent
2ab8b99849
commit
96adf93cec
1 changed files with 3 additions and 0 deletions
|
@ -118,9 +118,12 @@ def dummy_function1():
|
||||||
def dummy_function2():
|
def dummy_function2():
|
||||||
def dummy_function3():
|
def dummy_function3():
|
||||||
raise ValueError("boo")
|
raise ValueError("boo")
|
||||||
|
|
||||||
dummy_function3()
|
dummy_function3()
|
||||||
|
|
||||||
dummy_function2()
|
dummy_function2()
|
||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
report_uncaught_exceptions()
|
report_uncaught_exceptions()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue