From bc09893c83a83fdcc527650ae9758221d4ab5c2b Mon Sep 17 00:00:00 2001 From: Wai Kin Chung Date: Mon, 11 Aug 2025 04:17:30 +0000 Subject: [PATCH] Sync: Resolve linter format issue after lock file maintenance --- tests/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/conftest.py b/tests/conftest.py index 47dd857..a2e742f 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -1,6 +1,6 @@ """Configure pytest for testing with nisync devices. -This module includes fixtures for setting up resources +This module includes fixtures for setting up resources and command line options for specifying resource names needed by test_session.py. """