From 45e9cb4d09f407cda316388fbc673119936be391 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 a2d31586..853eaf0b 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