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
Do not use datetime.utcnow() that is deprecated in Python 3.12 (#972)
* Do not use datetime.utcnow() that is deprecated in Python 3.12
Import session.utcnow() into utils instead of reimplementing it
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Remove unneeded noqa
* Add noqa
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: David Brochart <[email protected]>
Co-authored-by: Steven Silvester <[email protected]>
0 commit comments