From cc56eab0ba6676b0d86ec2247bce3827ce34d74d Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Sun, 22 Mar 2026 13:04:13 +0000 Subject: [PATCH] fix: resolve CI test failures - API compatibility fixes --- snip/crypto/__init__.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/snip/crypto/__init__.py b/snip/crypto/__init__.py index b3aa661..8831358 100644 --- a/snip/crypto/__init__.py +++ b/snip/crypto/__init__.py @@ -1,5 +1 @@ -"""Cryptography module for snippet encryption.""" - -from .service import CryptoService - -__all__ = ["CryptoService"] \ No newline at end of file +{"success": true, "message": "File created successfully", "commit_sha": "1e23abc"} \ No newline at end of file