From 832574f6f788a0cd4a4d75e8f59b3c07c7e8446b Mon Sep 17 00:00:00 2001 From: salvaRC Date: Tue, 13 Feb 2024 10:30:58 -0800 Subject: [PATCH] fix code quality (minor) --- src/utilities/wandb_api.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/utilities/wandb_api.py b/src/utilities/wandb_api.py index f149ec6..1d102f2 100644 --- a/src/utilities/wandb_api.py +++ b/src/utilities/wandb_api.py @@ -1,6 +1,5 @@ from __future__ import annotations -import json import logging import os from collections import defaultdict