took out pprint

This commit is contained in:
Daniel 2024-09-26 10:06:18 -05:00
parent d48dc97eda
commit d000c2dd03
2 changed files with 0 additions and 2 deletions

View File

@ -2,6 +2,5 @@ import pymongo
import os
import json
import sys
import pprint
db = pymongo.MongoClient("localhost", 27017).paperless.content

View File

@ -1,6 +1,5 @@
import extract
import search
import pprint
def prompt():
return input("Search Value: ")