Skip to content

Commit 74bc341

Browse files
committed
Ruff linting
1 parent d72bd4c commit 74bc341

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/fast/api/test_read_csv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
import platform
33
import sys
44
from io import BytesIO, StringIO
5+
from typing import NoReturn
56

67
import pytest
78

89
import duckdb
910
from duckdb import CSVLineTerminator
10-
from typing import NoReturn
1111

1212

1313
def TestFile(name):

tests/fast/test_map.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
import re
22
from datetime import date, timedelta
3+
from typing import NoReturn
34

45
import pytest
56
from conftest import ArrowPandas, NumpyPandas
67

78
import duckdb
8-
from typing import NoReturn
99

1010

1111
# column count differs from bind

0 commit comments

Comments
 (0)