From a9b4177a00589f0a7aeea7f93e36f313dce95331 Mon Sep 17 00:00:00 2001 From: Marc Foley Date: Mon, 23 Oct 2023 14:38:51 +0100 Subject: [PATCH] rm redundant import --- Lib/gftools/push/trafficjam.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib/gftools/push/trafficjam.py b/Lib/gftools/push/trafficjam.py index e86815376..c6bb8ac47 100644 --- a/Lib/gftools/push/trafficjam.py +++ b/Lib/gftools/push/trafficjam.py @@ -9,7 +9,6 @@ from pathlib import Path from typing import Optional, Any from functools import cached_property -import math from gftools.push.items import Axis, Designer, Family, FamilyMeta from gftools.push.utils import google_path_to_repo_path, repo_path_to_google_path