From c2ae666e17a81a6113377d3acfacc9a71d7b6c96 Mon Sep 17 00:00:00 2001 From: yuji38kwmt Date: Tue, 28 May 2024 15:41:58 +0900 Subject: [PATCH] =?UTF-8?q?collection=E3=81=AE=E3=83=A2=E3=82=B8=E3=83=A5?= =?UTF-8?q?=E3=83=BC=E3=83=AB=E3=82=92=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- annofabapi/api.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/annofabapi/api.py b/annofabapi/api.py index 59a44670..ceec9fec 100644 --- a/annofabapi/api.py +++ b/annofabapi/api.py @@ -2,10 +2,9 @@ import json import logging import time -from collections.abc import Collection from functools import wraps from json import JSONDecodeError -from typing import Any, Callable, Dict, Optional, Tuple +from typing import Any, Callable, Collection, Dict, Optional, Tuple import backoff import requests