From dd4a1d6c3a5a2e0693c75e4344d3806b87d8dc00 Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Sat, 10 Oct 2020 18:52:50 +0100 Subject: [PATCH] imports --- tests/test_console.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/test_console.py b/tests/test_console.py index 17ea469b..eca30009 100644 --- a/tests/test_console.py +++ b/tests/test_console.py @@ -2,14 +2,13 @@ import io import os import sys import tempfile -from threading import setprofile from typing import Optional import pytest +from rich import errors from rich.color import ColorSystem from rich.console import CaptureError, Console, ConsoleOptions -from rich import errors from rich.pager import SystemPager from rich.panel import Panel from rich.style import Style