Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix fatal AttributeError using Arrow 0.14.5
Since Arrow 0.14.5, Arrow.replace() has dropped shift functionality in favor of Arrow.shift(). This causes an AttributeError exception every time watson is run. The error message is: 'AttributeError: unknown attribute: "days"'
- Loading branch information