Skip to content

Commit

Permalink
Updates for PR 212
Browse files Browse the repository at this point in the history
  • Loading branch information
kebwi committed Aug 21, 2024
1 parent 89d6f39 commit e612036
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions caveclient/skeletonservice.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,8 @@
_api_endpoints,
handle_response,
)
from .endpoints import (
default_global_server_address,
skeletonservice_api_versions,
skeletonservice_common,
)
from .endpoints import skeletonservice_api_versions, skeletonservice_common
import os
from typing import List, Optional
from typing import Optional

SERVER_KEY = "skeleton_server_address"

Expand Down

0 comments on commit e612036

Please sign in to comment.