From abbb4a79c811cd78335015e2cf5001ac3bc9a12b Mon Sep 17 00:00:00 2001 From: goodboy Date: Fri, 13 Mar 2026 11:52:18 -0400 Subject: [PATCH] Drop unused import noticed by `copilot` --- tests/msg/test_pretty_struct.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/msg/test_pretty_struct.py b/tests/msg/test_pretty_struct.py index 4b13d72a..3bf4eefe 100644 --- a/tests/msg/test_pretty_struct.py +++ b/tests/msg/test_pretty_struct.py @@ -3,10 +3,6 @@ Unit tests for `tractor.msg.pretty_struct` private-field filtering in `pformat()`. ''' -from typing import ( - Any, -) - import pytest from tractor.msg.pretty_struct import (