From 9f75d5ed1420cde8e769c1ae24b39ebc4d3a0900 Mon Sep 17 00:00:00 2001 From: Paul Pfeister Date: Mon, 20 May 2024 04:47:10 -0400 Subject: [PATCH] Fix newline --- tests/sherlock_interactives.py | 1 - tests/test_version.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/sherlock_interactives.py b/tests/sherlock_interactives.py index 6646c7b9..548cade6 100644 --- a/tests/sherlock_interactives.py +++ b/tests/sherlock_interactives.py @@ -20,4 +20,3 @@ class Interactives: if pattern.search(f.read()): matching_files.append(file_path) return matching_files - \ No newline at end of file diff --git a/tests/test_version.py b/tests/test_version.py index 872f5ea1..4088c0b0 100644 --- a/tests/test_version.py +++ b/tests/test_version.py @@ -6,4 +6,4 @@ def test_versioning() -> None: assert sherlock.__version__ in Interactives.run_cli("--version") # Ensure __init__ is single source of truth for __version__ in package # Temporarily allows sherlock.py so as to not trigger early upgrades - assert Interactives.walk_sherlock_for_files_with(r'__version__ *= *') == [ "sherlock/__init__.py", "sherlock/sherlock.py" ] \ No newline at end of file + assert Interactives.walk_sherlock_for_files_with(r'__version__ *= *') == [ "sherlock/__init__.py", "sherlock/sherlock.py" ]