Skip to content

Commit 5a2c8d6

Browse files
committed
Ingore lack of retrying type annotations
1 parent d923575 commit 5a2c8d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/import_backends.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from typing import TYPE_CHECKING, Dict, List, Sequence, cast
77

88
import github
9-
import retrying
9+
import retrying # type: ignore[import]
1010
from termcolor import cprint
1111
from ticket_type import Ticket
1212

0 commit comments

Comments
 (0)