From ab12407beaa0818c7fc45505b014ca2c3504b251 Mon Sep 17 00:00:00 2001 From: maelstrom Date: Sat, 7 Dec 2024 21:49:44 -0500 Subject: [PATCH] forgor to import json --- pipe/pipe.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pipe/pipe.py b/pipe/pipe.py index 6589a40..a71ec99 100644 --- a/pipe/pipe.py +++ b/pipe/pipe.py @@ -2,6 +2,7 @@ pipe.py """ +import json import os from pathlib import Path import typing