Skip to content

Commit

Permalink
style: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ketozhang committed Aug 26, 2024
1 parent ba4ee5c commit a19ea02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/patterns/astropy_types_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class TestExtension(Extension):


def test_convert_DataPoint_to_asdf(tmp_path):
af = asdf.AsdfFile(
asdf.AsdfFile(
{
"positions": [
DataPoint(
Expand All @@ -57,7 +57,7 @@ def test_convert_DataPoint_to_asdf(tmp_path):


def test_convert_DataContainer_to_asdf(tmp_path):
af = asdf.AsdfFile(
asdf.AsdfFile(
{
"container": DataContainer(
positions=[
Expand Down

0 comments on commit a19ea02

Please sign in to comment.