You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#207)
## Fixes
Fixes#206.
## Changes
With this PR, I am replacing `datatime.timedelta()` with
`datetime.timedelta()` in codebase
## Tests
<!--
How is this tested? Please see the checklist below and also describe any
other relevant tests
-->
- [x] `make test` run locally
- [x] `make fmt` applied
- [x] relevant integration tests applied
databricks-sdk-py/README.md
Line 255 in 12bd3c4
Should be
datetime.timedelta()
instead ofdatatime.timedelta()
The text was updated successfully, but these errors were encountered: