Skip to content

Commit

Permalink
Black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
aravindh-krishnamoorthy committed Nov 16, 2024
1 parent 4f5bd55 commit 4d01c0f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/builtin/files_io/test_importexport.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,25 +159,25 @@ def test_export():
'Import["ExampleData/Testosterone.svg"];',
("SVG is not a supported Import format.",),
"Null",
None
None,
),
(
'Import["ExampleData/Testosterone.svg", "XML"] // Head',
None,
"XMLObject[Document]",
None
None,
),
(
'Import["ExampleData/Testosterone.svg", {"XML"}] // Head',
None,
"XMLObject[Document]",
None
None,
),
(
'Import["ExampleData/Testosterone.svg", {"XML", "XML"}];',
("The Import element XML is not present when importing as XML.",),
"Null",
None
None,
),
## XML
(
Expand Down

0 comments on commit 4d01c0f

Please sign in to comment.