From 6bd5b815b82b865b9a5770bd53e886b23edc3ee7 Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Fri, 7 May 2021 15:59:22 +0100 Subject: [PATCH] import test fix --- tests/test_pretty.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_pretty.py b/tests/test_pretty.py index 504e8628..01a9c438 100644 --- a/tests/test_pretty.py +++ b/tests/test_pretty.py @@ -6,7 +6,7 @@ import sys from typing import List import attr - +import pytest from rich.console import Console from rich.pretty import install, Pretty, pprint, pretty_repr, Node