diff --git a/caveclient/skeletonservice.py b/caveclient/skeletonservice.py index 785c451..94f67f4 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=""): """