Skip to content

Commit 11b0851

Browse files
committed
Ruff linting
1 parent 863e043 commit 11b0851

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/conftest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import os
2-
import shutil
32
import warnings
43
from importlib import import_module
54
from pathlib import Path

tests/fast/relational_api/test_rapi_description.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
import duckdb
21
import pytest
32

3+
import duckdb
4+
45

56
class TestRAPIDescription:
67
def test_rapi_description(self, duckdb_cursor):

0 commit comments

Comments
 (0)