Skip to content

Commit

Permalink
doc: Remove spaces in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bahlo authored Sep 10, 2024
1 parent 3be6dc9 commit 4ee9423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/axiom_py/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ class Client: # pylint: disable=R0903
datasets: DatasetsClient
users: UsersClient
annotations: AnnotationsClient
is_closed: bool # track if the client has been closed ( for tests )
is_closed: bool # track if the client has been closed (for tests)

def __init__(
self,
Expand Down

0 comments on commit 4ee9423

Please sign in to comment.