From 4385e8d8a11d8683ae5a9b1e94cccd459910a8b3 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 16:51:28 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- binderhub/events.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binderhub/events.py b/binderhub/events.py index 37a6ad957..d0f9289fa 100644 --- a/binderhub/events.py +++ b/binderhub/events.py @@ -2,9 +2,9 @@ Emit structured, discrete events when various actions happen. """ +import datetime import json import logging -import datetime import jsonschema from jupyterhub.traitlets import Callable