Skip to content

Commit ddc25cf

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 3d103bd commit ddc25cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_public_sheet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from streamlit_gsheets import GSheetsConnection
99

1010

11-
@pytest.fixture()
11+
@pytest.fixture
1212
def expected_df() -> pd.DataFrame:
1313
return pd.DataFrame(
1414
{

0 commit comments

Comments
 (0)