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
Branches
Tags
No related merge requests found
......@@ -38,7 +38,7 @@ def provision_maybe():
and the timestamp of the last provisioning, respectively.
"""
global provision_state
global provision_state # noqa: F824
now = datetime.datetime.now(datetime.timezone.utc)
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