Skip to content

Commit

Permalink
Removed unneeded self [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed May 22, 2024
1 parent 04ce1cd commit 748478c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/polars/data_frame.rb
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def dtypes
#
# @return [Hash]
def flags
self.columns.to_h { |name| [name, self[name].flags] }
columns.to_h { |name| [name, self[name].flags] }
end

# Get the schema.
Expand Down

0 comments on commit 748478c

Please sign in to comment.