Skip to content

Commit edbcd6d

Browse files
fix for precommit coverage
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 8ff6f56 commit edbcd6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/snowflake/snowpark/secrets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def get_cloud_provider_token(self, secret_name: str) -> CloudProviderToken:
6464

6565
@abstractmethod
6666
def get_wif_token(self, secret_name: str, audience: str) -> str:
67-
pass
67+
pass # pragma: no cover
6868

6969

7070
class _SnowflakeSecretsServer(_SnowflakeSecrets):

0 commit comments

Comments
 (0)