From 0ecddcf8f8de37e82a0f7d5c01ed005e86d05e90 Mon Sep 17 00:00:00 2001 From: Guillaume Raffy Date: Wed, 1 Jun 2022 12:06:10 +0200 Subject: [PATCH] minor flake fix --- .ipr/starbench.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ipr/starbench.py b/.ipr/starbench.py index 8e75dcf..6b80b93 100755 --- a/.ipr/starbench.py +++ b/.ipr/starbench.py @@ -3,7 +3,7 @@ import threading import subprocess import os -from typing import List, Dict, IO # , Set, , Tuple, Optional +from typing import List, Dict # , Set, , Tuple, Optional from datetime import datetime from pathlib import Path from abc import ABC, abstractmethod