Skip to content

Commit

Permalink
redo warning removal (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdpedigo authored and kebwi committed Oct 23, 2024
1 parent 72ce89d commit c26108e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions caveclient/skeletonservice.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

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

Expand All @@ -15,10 +14,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 Down

0 comments on commit c26108e

Please sign in to comment.