Skip to content

Commit 8c4b13a

Browse files
committed
Revert "make py-format"
This reverts commit dc6e566.
1 parent dc6e566 commit 8c4b13a

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

pkg-py/tests/test_datasource.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
from pathlib import Path
44

55
import pytest
6-
from sqlalchemy import create_engine, text
7-
86
from querychat.datasource import SQLAlchemySource
7+
from sqlalchemy import create_engine, text
98

109

1110
@pytest.fixture

pkg-py/tests/test_df_to_html.py

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

55
import pandas as pd
66
import pytest
7-
from sqlalchemy import create_engine
8-
97
from querychat._utils import df_to_html
108
from querychat.datasource import DataFrameSource, SQLAlchemySource
9+
from sqlalchemy import create_engine
1110

1211

1312
@pytest.fixture

pkg-py/tests/test_init_with_pandas.py

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

98

0 commit comments

Comments
 (0)