Skip to content

Commit 77ee67d

Browse files
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent f9665ce commit 77ee67d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tap_circle_ci/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
from .exceptions import (
1111
ERROR_CODE_EXCEPTION_MAPPING, ClientError, Server5xxError,
12-
Http400RequestError, Http401RequestError, Http404RequestError, Http429RequestError
12+
Http401RequestError, Http404RequestError, Http429RequestError
1313
)
1414

1515
logger = get_logger()

0 commit comments

Comments
 (0)