Skip to content

Commit

Permalink
style: format code to comply with linter rules
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-gauthier committed Aug 29, 2024
1 parent 2ab8b99 commit 96adf93
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions aider/report.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit 96adf93

Please sign in to comment.