-
Notifications
You must be signed in to change notification settings - Fork 286
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <david.brochart@gmail.com> Co-authored-by: Steven Silvester <steven.silvester@ieee.org>
- Loading branch information
1 parent
fe93a44
commit 60c1095
Showing
2 changed files
with
3 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters