Skip to content

Commit

Permalink
remove global warning for skeleton service (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdpedigo authored Oct 1, 2024
1 parent 078ae90 commit aa99312
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions caveclient/skeletonservice.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from __future__ import annotations

import logging
from io import BytesIO, StringIO
from typing import Literal, Optional

Expand All @@ -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
Expand All @@ -26,11 +21,6 @@
SERVER_KEY = "skeleton_server_address"


"""
Usage
"""


class NoL2CacheException(Exception):
def __init__(self, value=""):
"""
Expand Down

0 comments on commit aa99312

Please sign in to comment.