From 02e397710bfae10a5b764c2b455d0d3697cb2376 Mon Sep 17 00:00:00 2001 From: Emmett McFaralne Date: Wed, 30 Oct 2024 20:37:22 -0400 Subject: [PATCH] removed json import from readme example --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 8d8dd6e..289d126 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,6 @@ The extract function allows you to extract structured data from documents. You c ```python from thepipe.extract import extract_from_file -import json # Define your schema schema = {