Skip to content

Commit dc6e566

Browse files
committed
make py-format
1 parent 14c8622 commit dc6e566

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

pkg-py/tests/test_datasource.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
from pathlib import Path
44

55
import pytest
6-
from querychat.datasource import SQLAlchemySource
76
from sqlalchemy import create_engine, text
87

8+
from querychat.datasource import SQLAlchemySource
9+
910

1011
@pytest.fixture
1112
def test_db_engine():

pkg-py/tests/test_df_to_html.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44

55
import pandas as pd
66
import pytest
7+
from sqlalchemy import create_engine
8+
79
from querychat._utils import df_to_html
810
from querychat.datasource import DataFrameSource, SQLAlchemySource
9-
from sqlalchemy import create_engine
1011

1112

1213
@pytest.fixture

pkg-py/tests/test_init_with_pandas.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
import narwhals.stable.v1 as nw
44
import pandas as pd
55
import pytest
6+
67
from querychat.querychat import init
78

89

0 commit comments

Comments
 (0)