Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgaspar committed Feb 24, 2023
1 parent 306f485 commit 9edf0c4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/unit_tests/config_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,6 @@ def apply_dttm_defaults(table: "SqlaTable", dttm_defaults: Dict[str, Any]) -> No
dbcol.expression = dttm_column_defaults["expression"]


def test_default_secret_key() -> None:
check_secret_key


@pytest.fixture
def test_table(session: Session) -> "SqlaTable":
"""
Expand Down

0 comments on commit 9edf0c4

Please sign in to comment.