Skip to content

Commit

Permalink
Merge branch 'master' into skeleton_dev2
Browse files Browse the repository at this point in the history
  • Loading branch information
kebwi authored Oct 3, 2024
2 parents 7f0c54f + 1ee1031 commit 7e72669
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions caveclient/skeletonservice.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,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 @@ -28,11 +24,6 @@
SERVER_KEY = "skeleton_server_address"


"""
Usage
"""


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

0 comments on commit 7e72669

Please sign in to comment.