From 7ad2100e44b585fb3c7cde2a66260f3169b3f7dd Mon Sep 17 00:00:00 2001 From: Filipe Fernandes Date: Mon, 26 Feb 2024 14:30:41 -0300 Subject: [PATCH] lint --- erddapy/core/interfaces.py | 1 + 1 file changed, 1 insertion(+) diff --git a/erddapy/core/interfaces.py b/erddapy/core/interfaces.py index 2a8b7c4..fcf4f20 100644 --- a/erddapy/core/interfaces.py +++ b/erddapy/core/interfaces.py @@ -4,6 +4,7 @@ This module takes an URL or the bytes response of a request and converts it to Pandas, XArray, Iris, etc. objects. """ + from typing import TYPE_CHECKING import pandas as pd