From d39987f608e8b557e12cb3248eafc91e9159ac66 Mon Sep 17 00:00:00 2001 From: Daniel Bimschas <daniel@bimschas.com> Date: Sun, 8 Dec 2024 00:04:20 +0100 Subject: [PATCH] HOLI-10718: add missing import --- typesense_client.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/typesense_client.py b/typesense_client.py index bd0f640..2eaaf5f 100644 --- a/typesense_client.py +++ b/typesense_client.py @@ -1,3 +1,5 @@ +import os + from typesense.client import Client # thin wrapper to simplify main and testing code -- GitLab