Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
bdpedigo committed Jul 3, 2024
1 parent 5d4f2ac commit f23cf59
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion caveclient/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ def _get_version(self) -> Optional[Version]:
@property
def server_version(self) -> Optional[Version]:
"""The version of the service running on the remote server. Note that this
refers to the software running on the server and has nothing to do with the
refers to the software running on the server and has nothing to do with the
version of the datastack itself."""
return self._server_version

Expand Down
4 changes: 2 additions & 2 deletions caveclient/materializationengine.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,8 +273,8 @@ def cg_client(self):

@property
def version(self) -> int:
"""The version of the materialization. Can be used to set up the
client to default to a specific version when timestamps or versions are not
"""The version of the materialization. Can be used to set up the
client to default to a specific version when timestamps or versions are not
specified in queries. If not set, defaults to the most recent version."""
if self._version is None:
self._version = self.most_recent_version()
Expand Down

0 comments on commit f23cf59

Please sign in to comment.