Skip to content

Commit

Permalink
does this fix it?
Browse files Browse the repository at this point in the history
  • Loading branch information
benc-db committed Dec 19, 2023
1 parent 373cfac commit 1f227e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/relation_configs/test_refresh.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

class TestRefreshProcessor:
@pytest.fixture
def rows(self) -> List[List[str | Any]]:
def rows(self) -> List[List[Any]]:
return [
["col_name", "data_type", "comment"],
["col_a", "int", "This is a comment"],
Expand Down

0 comments on commit 1f227e5

Please sign in to comment.