From a81a548f765800d664cd2fcc419eb8a39a30cb68 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Fri, 14 Jul 2023 19:12:49 +0200 Subject: [PATCH] Unused imports --- src/app.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/app.py b/src/app.py index e5b1a1f6a..43ce0ac52 100644 --- a/src/app.py +++ b/src/app.py @@ -19,8 +19,6 @@ import glob import os -import toml -import json import shutil import yaml import time @@ -28,7 +26,6 @@ import re import subprocess import tempfile import copy -from collections import OrderedDict from typing import List, Tuple, Dict, Any, Iterator, Optional from packaging import version