From 0c574f72905185d62bcca741c813df9bae1d9282 Mon Sep 17 00:00:00 2001 From: Finn Womack Date: Mon, 18 Jul 2022 11:58:51 -0700 Subject: [PATCH] Remove time import --- tests/conftest.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/conftest.py b/tests/conftest.py index d0248464cb7..210ff0f4e8a 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -6,7 +6,6 @@ import shutil import subprocess import sys -import time from contextlib import ExitStack, contextmanager from pathlib import Path from typing import (