Skip to content

Commit

Permalink
Linting errors solved
Browse files Browse the repository at this point in the history
  • Loading branch information
cperezln committed Jan 18, 2024
1 parent 0e04076 commit 631159d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pykx/pandas_api/pandas_meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def shape(self):
@property
def size(self):
return q('{count[x] * count[cols x]}', self)

@property
def values(self):
return q('value each', self)
Expand Down

0 comments on commit 631159d

Please sign in to comment.