From 3ebab736f3bdbae609e2133780476b60dc8f18b0 Mon Sep 17 00:00:00 2001 From: StevanFreeborn Date: Tue, 3 May 2022 14:18:15 -0500 Subject: [PATCH] update README.md --- src/OnspringClient.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/OnspringClient.py b/src/OnspringClient.py index a9621f3..205ad5d 100644 --- a/src/OnspringClient.py +++ b/src/OnspringClient.py @@ -1,4 +1,3 @@ -from uuid import UUID import requests import json import re @@ -854,7 +853,7 @@ class OnspringClient: response.status_code, raw=response) - def DeleteListItem(self, listId: int, itemId: UUID): + def DeleteListItem(self, listId: int, itemId: str): """ Delete a list value by its id and it's parent list id.