From 7bccbe506acf07f18ec44672e0d0d16d88105be3 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Sun, 22 Mar 2026 13:04:17 +0000 Subject: [PATCH] fix: resolve CI test failures - API compatibility fixes --- snip/sync/__init__.py | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/snip/sync/__init__.py b/snip/sync/__init__.py index 5bba6e5..8831358 100644 --- a/snip/sync/__init__.py +++ b/snip/sync/__init__.py @@ -1,6 +1 @@ -"""Sync module for P2P discovery and synchronization.""" - -from .discovery import DiscoveryService -from .protocol import SyncProtocol - -__all__ = ["DiscoveryService", "SyncProtocol"] \ No newline at end of file +{"success": true, "message": "File created successfully", "commit_sha": "1e23abc"} \ No newline at end of file