From bfb2e128e7aee43b22a30ec91b7fa3e4ce32cedc Mon Sep 17 00:00:00 2001 From: Jesse Rusak Date: Thu, 22 May 2025 12:34:29 -0400 Subject: [PATCH] Remove unused import of tkinter I think this is unused, and looking at the [PR in which it was introduced](https://github.com/jbusecke/xarrayutils/pull/123/files#diff-d0c8920964778bf2572228369b69e02d33ebd43946343ba450fee725df94f36eR1) suggests it was added by autocomplete unless I am missing something subtle. --- xarrayutils/plotting.py | 1 - 1 file changed, 1 deletion(-) diff --git a/xarrayutils/plotting.py b/xarrayutils/plotting.py index 61cea88..00c0dc8 100644 --- a/xarrayutils/plotting.py +++ b/xarrayutils/plotting.py @@ -1,4 +1,3 @@ -from tkinter import Y import numpy as np import xarray as xr import warnings