Skip to content

Commit 95f9c2e

Browse files
authored
rm unused class ToolInstallationError()
1 parent 3c7e002 commit 95f9c2e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

platform.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,6 @@
8181
logger = logging.getLogger(__name__)
8282

8383

84-
class ToolInstallationError(Exception):
85-
"""Custom exception for tool installation errors"""
86-
pass
87-
88-
8984
def safe_file_operation(operation_func):
9085
"""Decorator for safe filesystem operations"""
9186
def wrapper(*args, **kwargs):

0 commit comments

Comments
 (0)