Skip to content

Commit

Permalink
Ingore lack of retrying type annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterJCLaw committed Jan 23, 2022
1 parent 99b2dfb commit 305de4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/import_backends.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from typing import TYPE_CHECKING, Dict, List, Sequence, cast

import github
import retrying
import retrying # type: ignore[import]
from termcolor import cprint
from ticket_type import Ticket

Expand Down

0 comments on commit 305de4e

Please sign in to comment.