From df6837a0b968d0ec7d6896c7f64cca04bfc8acd4 Mon Sep 17 00:00:00 2001 From: Test User Date: Tue, 14 Mar 2023 15:59:38 +0000 Subject: [PATCH] =?UTF-8?q?style:=20=F0=9F=92=84=20fix=20style?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- services/api/src/api/routes/rows.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/api/src/api/routes/rows.py b/services/api/src/api/routes/rows.py index 71ef9ac6bc..5b37471f1a 100644 --- a/services/api/src/api/routes/rows.py +++ b/services/api/src/api/routes/rows.py @@ -2,8 +2,8 @@ # Copyright 2022 The HuggingFace Authors. import logging -from typing import Any, List, Optional, Tuple from functools import lru_cache, partial +from typing import Any, List, Optional, Tuple import numpy as np import pyarrow as pa