Skip to content

Commit

Permalink
removed print
Browse files Browse the repository at this point in the history
  • Loading branch information
saturnMars committed Aug 7, 2024
1 parent a8749b2 commit 03878ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/latent_explorer/utils/data_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
EXAMPLE_FILEPATH = resource_filename('latent_explorer', resource_name = 'resources/in_context_examples.json')

def load_examples(file_path: str = EXAMPLE_FILEPATH) -> list[dict]:
print("file_path:", file_path)
with open(file_path, mode = 'r', encoding="utf-8") as f:
examples = load(f)
return examples
Expand Down

0 comments on commit 03878ed

Please sign in to comment.