Skip to content

Commit

Permalink
refactor: give credits to original author
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesWesch committed Dec 16, 2024
1 parent 9754dbc commit 95fdfe6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/intelligence_layer/evaluation/benchmark/get_code.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
"""Utilities for working with IPython/Jupyter notebooks."""
"""This code was taken from https://github.com/wandb/weave.
It follows the Apache License Version 2.0 January 2004 (http://www.apache.org/licenses/LICENSE-2.0)
Modified on 16.12.2024
"""

import ast
import inspect
Expand Down

0 comments on commit 95fdfe6

Please sign in to comment.