mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
chore: enforce more ruff rules (#31447)
Co-authored-by: Elizabeth Thompson <eschutho@gmail.com>
This commit is contained in:
committed by
GitHub
parent
9da65d6bfd
commit
e51b95ffa8
@@ -269,7 +269,7 @@ class TestSupersetResultSet(SupersetTestCase):
|
||||
df = results.to_pandas_df()
|
||||
assert df_to_records(df) == [
|
||||
{
|
||||
"metadata": '["test", [["foo", 123456, [[["test"], 3432546, 7657658766], [["fake"], 656756765, 324324324324]]]], ["test2", 43, 765765765], null, null]'
|
||||
"metadata": '["test", [["foo", 123456, [[["test"], 3432546, 7657658766], [["fake"], 656756765, 324324324324]]]], ["test2", 43, 765765765], null, null]' # noqa: E501
|
||||
}
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user