From aa993122afd4dad879531318aa33abb5a254d05d Mon Sep 17 00:00:00 2001 From: Ben Pedigo Date: Tue, 1 Oct 2024 16:27:08 -0700 Subject: [PATCH] remove global warning for skeleton service (#240) --- caveclient/skeletonservice.py | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/caveclient/skeletonservice.py b/caveclient/skeletonservice.py index 785c451a..94f67f49 100644 --- a/caveclient/skeletonservice.py +++ b/caveclient/skeletonservice.py @@ -1,6 +1,5 @@ from __future__ import annotations -import logging from io import BytesIO, StringIO from typing import Literal, Optional @@ -13,10 +12,6 @@ CLOUDVOLUME_AVAILABLE = True except ImportError: - logging.warning( - "cloudvolume not installed. Some output formats will not be available." - ) - CLOUDVOLUME_AVAILABLE = False from .auth import AuthClient @@ -26,11 +21,6 @@ SERVER_KEY = "skeleton_server_address" -""" -Usage -""" - - class NoL2CacheException(Exception): def __init__(self, value=""): """