Skip to content

Commit

Permalink
Removing unnecessary program.to_string()` function
Browse files Browse the repository at this point in the history
  • Loading branch information
parkervg committed Mar 14, 2024
1 parent 9d15c57 commit 592c1d2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions blendsql/_program.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@ def __new__(
def __call__(self, *args, **kwargs):
pass

def to_string(self) -> str:
return inspect.getsource(self.__call__)


def program_to_str(program: Program):
"""Create a string representation of a program.
Expand Down

0 comments on commit 592c1d2

Please sign in to comment.