Skip to content

Commit

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

0 comments on commit e952f73

Please sign in to comment.