From 81a91d69a311e848e9237d32daf3ac0da5fb65cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ole=20Andr=C3=A9=20Vadla=20Ravn=C3=A5s?= Date: Fri, 31 May 2024 18:26:19 +0200 Subject: [PATCH] Tweak style --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 79c756ea..96be4dff 100644 --- a/setup.py +++ b/setup.py @@ -2,8 +2,7 @@ import shutil import sys from pathlib import Path -from typing import Iterator -from typing import List +from typing import Iterator, List from setuptools import setup