Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
0x6f677548 committed Oct 26, 2023
1 parent 7b76538 commit a1d1b65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ca_pwt/helpers/graph_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a1d1b65

Please sign in to comment.