From aaba2983614c44318e95556eb2bf789b2c09a075 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Tue, 2 Jan 2024 18:43:43 -0500 Subject: [PATCH] `_root`: drop unused `typing` import --- tractor/_root.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tractor/_root.py b/tractor/_root.py index a58de8c7..f91eda5a 100644 --- a/tractor/_root.py +++ b/tractor/_root.py @@ -25,7 +25,6 @@ import logging import signal import sys import os -import typing import warnings