Skip to content

Commit

Permalink
collectionのモジュールを変更
Browse files Browse the repository at this point in the history
  • Loading branch information
yuji38kwmt committed May 28, 2024
1 parent 9a718c8 commit c2ae666
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions annofabapi/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c2ae666

Please sign in to comment.