Skip to content

Commit

Permalink
Merge pull request #45 from socialpoint-labs/hotfix/set-notes-not-values
Browse files Browse the repository at this point in the history
Hotfix/set notes not values
  • Loading branch information
philippe2803 authored Jun 11, 2020
2 parents 102e8a2 + cfbe527 commit 571eb0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
six==1.14.0
google-api-python-client>=1.7.4
oauth2client>=4.1.2
pytest
Expand Down
1 change: 1 addition & 0 deletions sheetfu/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -696,3 +696,4 @@ def get_max_column(self):
"""
return self.coordinates.column + self.coordinates.number_of_columns - 1


0 comments on commit 571eb0a

Please sign in to comment.