Skip to content

Commit eac5916

Browse files
julienldclaude
andcommitted
test(internal): fix EN dash in docstring causing RUF002 lint failure
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 960305e commit eac5916

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/src/e2e/conftest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,8 @@ def _detect_docker_host() -> dict:
201201
it does not resolve, we are on plain Linux Docker and must add extra_hosts.
202202
203203
Returns a dict with:
204-
- ``hostname`` hostname that Docker containers use to reach the host
205-
- ``extra_hosts`` dict passed to ``container.with_kwargs`` (may be empty)
204+
- ``hostname`` - hostname that Docker containers use to reach the host
205+
- ``extra_hosts`` - dict passed to ``container.with_kwargs`` (may be empty)
206206
"""
207207
try:
208208
import docker as docker_sdk

0 commit comments

Comments
 (0)