Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
eschutho committed Aug 4, 2023
1 parent 81eabcd commit 4b590f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/integration_tests/fixtures/importexport.py
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@
"type": "SavedQuery",
"timestamp": "2021-03-30T20:37:54.791187+00:00",
}
database_config_sqlite: dict[str, Any] = {
database_config_sqlite: Dict[str, Any] = {
"allow_csv_upload": True,
"allow_ctas": True,
"allow_cvas": True,
Expand All @@ -361,7 +361,7 @@
"version": "1.0.0",
}

database_config: dict[str, Any] = {
database_config: Dict[str, Any] = {
"allow_csv_upload": True,
"allow_ctas": True,
"allow_cvas": True,
Expand All @@ -376,7 +376,7 @@
"version": "1.0.0",
}

database_with_ssh_tunnel_config_private_key: dict[str, Any] = {
database_with_ssh_tunnel_config_private_key: Dict[str, Any] = {
"allow_csv_upload": True,
"allow_ctas": True,
"allow_cvas": True,
Expand Down

0 comments on commit 4b590f3

Please sign in to comment.