We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e8b523 commit 986fb15Copy full SHA for 986fb15
tests/test_public_sheet.py
@@ -8,7 +8,7 @@
8
from streamlit_gsheets import GSheetsConnection
9
10
11
-@pytest.fixture()
+@pytest.fixture
12
def expected_df() -> pd.DataFrame:
13
return pd.DataFrame(
14
{
0 commit comments