Skip to content

Commit 0910d20

Browse files
committed
Ignore stupid async suggestions
1 parent dc4035d commit 0910d20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arthur/bot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ async def setup_hook(self) -> None:
5454
await super().setup_hook()
5555

5656
# Authenticate with Kubernetes
57-
if Path(KUBE_CONFIG_DEFAULT_LOCATION).exists():
57+
if Path(KUBE_CONFIG_DEFAULT_LOCATION).exists(): # noqa: ASYNC240
5858
await config.load_kube_config()
5959
else:
6060
config.load_incluster_config()

0 commit comments

Comments
 (0)