SIGN IN SIGN UP

Do not use `utc_now` on module level (#372)

* Do not use `utc_now` on module level

Looks like that this value is never used anywhere, and it should not be, because it is created once on a module import time.

I found this while working on https://github.com/python/typeshed/pull/13514

* Fix tests as well

* fix lint import issue

* try to fix black lint errors

* fix again

---------

Co-authored-by: Asher Foa <asher@userclouds.com>
S
sobolevn committed
ceaac3665de1ed911884f0d1e96227b0a4ce378e
Parent: 0b4af73
Committed by GitHub <noreply@github.com> on 5/28/2025, 4:50:47 PM