Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
bdpedigo committed Oct 14, 2024
1 parent fd3703b commit 27384ac
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions caveclient/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ def server_token_filename(server_address):

class AuthClient(object):
"""Client to find and use auth tokens to access the other services."""

def __init__(
self,
token_file=None,
Expand Down
1 change: 1 addition & 0 deletions caveclient/emannotationschemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

class SchemaClient(ClientBase):
"""Client for interacting with the schema service."""

def __init__(
self,
server_address=None,
Expand Down
1 change: 1 addition & 0 deletions caveclient/infoservice.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

class InfoServiceClient(ClientBaseWithDatastack):
"""Client for interacting with the info service."""

def __init__(
self,
server_address=None,
Expand Down
1 change: 1 addition & 0 deletions caveclient/skeletonservice.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ def __init__(self, value=""):

class SkeletonClient(ClientBase):
"""Client for interacting with the skeleton service."""

def __init__(
self,
server_address: str,
Expand Down

0 comments on commit 27384ac

Please sign in to comment.