From 2b3fb0bf5d201810491035cd4a70eafc65dcbe84 Mon Sep 17 00:00:00 2001 From: tangowithfoxtrot <5676771+tangowithfoxtrot@users.noreply.github.com> Date: Mon, 27 Nov 2023 14:16:52 -0800 Subject: [PATCH] re-add comment --- languages/python/example.py | 1 + 1 file changed, 1 insertion(+) diff --git a/languages/python/example.py b/languages/python/example.py index c237f2fed..4d627342f 100644 --- a/languages/python/example.py +++ b/languages/python/example.py @@ -3,6 +3,7 @@ from BitwardenClient import BitwardenClient, DeviceType, client_settings_from_dict +# Create the BitwardenClient, which is used to interact with the SDK client = BitwardenClient(client_settings_from_dict({ "apiUrl": "http://localhost:4000", "deviceType": DeviceType.SDK,