Skip to content

Commit 14d9df7

Browse files
committed
lint fix
1 parent 2539b86 commit 14d9df7

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

tests/test_scan.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -565,9 +565,11 @@ def test_raises_error_on_invalid_json(self):
565565
if os.path.exists(config_path):
566566
os.remove(config_path)
567567

568-
569568
def test_update_config_updates_entrypoint(self):
570-
"""Test that update_config() updates the entryPoint field when scanning a renamed file."""
569+
"""
570+
Test that update_config() updates the entryPoint field
571+
when scanning a renamed file.
572+
"""
571573
content = textwrap.dedent(
572574
"""
573575
from datacustomcode.client import Client

0 commit comments

Comments
 (0)