Skip to content
Snippets Groups Projects
Commit c33e601d authored by Bjarke Madsen's avatar Bjarke Madsen
Browse files

we like being explicit about using globals, ignore F824

parent 8bc63201
No related branches found
No related tags found
No related merge requests found
...@@ -38,7 +38,7 @@ def provision_maybe(): ...@@ -38,7 +38,7 @@ def provision_maybe():
and the timestamp of the last provisioning, respectively. and the timestamp of the last provisioning, respectively.
""" """
global provision_state global provision_state # noqa: F824
now = datetime.datetime.now(datetime.timezone.utc) now = datetime.datetime.now(datetime.timezone.utc)
timestamp = provision_state['time'] timestamp = provision_state['time']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment