From a1d1b65461a475f2ee6ba0acd551c2f8452a3cf9 Mon Sep 17 00:00:00 2001 From: 0x6f677548 <64972114+0x6f677548@users.noreply.github.com> Date: Thu, 26 Oct 2023 12:46:56 +0100 Subject: [PATCH] chore: lint --- src/ca_pwt/helpers/graph_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ca_pwt/helpers/graph_api.py b/src/ca_pwt/helpers/graph_api.py index bc48c81..77b938e 100644 --- a/src/ca_pwt/helpers/graph_api.py +++ b/src/ca_pwt/helpers/graph_api.py @@ -2,7 +2,7 @@ import logging from abc import ABC, abstractmethod from enum import StrEnum -from typing import Any, Callable +from typing import Any from ca_pwt.helpers.utils import assert_condition _REQUEST_TIMEOUT = 500