mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +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_function3():
|
||||
raise ValueError("boo")
|
||||
|
||||
dummy_function3()
|
||||
|
||||
dummy_function2()
|
||||
|
||||
|
||||
def main():
|
||||
report_uncaught_exceptions()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue