Skip to content

Commit 2c1b034

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 750f5a8 commit 2c1b034

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/otaclient/_otaproxy_ctx.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
_global_shutdown: bool = False
4343
_global_shutdown_lock = threading.Lock()
4444

45+
4546
def _on_global_shutdown() -> None:
4647
global _global_shutdown
4748
_global_shutdown = True

0 commit comments

Comments
 (0)