Skip to content

Commit 75fc53c

Browse files
CM-61376: Fix pytest fixture style
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 1b7347a commit 75fc53c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/user_settings/test_activation_tracking.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from cycode.cli.user_settings.config_file_manager import ConfigFileManager
66

77

8-
@pytest.fixture()
8+
@pytest.fixture
99
def config_manager(tmp_path: Path) -> ConfigFileManager:
1010
return ConfigFileManager(tmp_path)
1111

0 commit comments

Comments
 (0)