Skip to content

Commit

Permalink
reformat code
Browse files Browse the repository at this point in the history
  • Loading branch information
hsm207 committed Feb 13, 2024
1 parent e952f73 commit 2abc7bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions langchain_weaviate/foo.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
def area(r):
#if DEBUG:
# if DEBUG:
# print("Computing area of %r" % r)
return r.length * r.width
return r.length * r.width

0 comments on commit 2abc7bc

Please sign in to comment.