Skip to content

Commit 4055480

Browse files
committed
pushing lint to main bc its friday
1 parent 4f07d35 commit 4055480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/warnet/project.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ def is_docker_desktop_kube_running() -> tuple[bool, str]:
159159
text=True,
160160
)
161161
if cluster_info.returncode == 0:
162-
indented_output = cluster_info.stdout.strip().replace('\n', '\n\t')
162+
indented_output = cluster_info.stdout.strip().replace("\n", "\n\t")
163163
return True, f"\n\t{indented_output}"
164164
else:
165165
return False, ""

0 commit comments

Comments
 (0)