Skip to content

Commit

Permalink
Apply black format
Browse files Browse the repository at this point in the history
  • Loading branch information
JunCEEE committed Feb 2, 2024
1 parent ed670ee commit 906625d
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ def __init__(
file_format_class=None,
file_format_kwargs=None,
):

### DataClass developer's job start
expected_data = {}
expected_data["array"] = None
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ def __init__(
file_format_class=None,
file_format_kwargs=None,
):

expected_data = {}

### DataClass developer's job start
Expand Down
1 change: 0 additions & 1 deletion tests/unit/Test.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ def suite():

# Run the suite and return a success status code. This enables running an automated git-bisect.
if __name__ == "__main__":

result = unittest.TextTestRunner(verbosity=2).run(suite())

if result.wasSuccessful():
Expand Down
1 change: 0 additions & 1 deletion tests/unit/test_BaseCalculator.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ def __init__(
file_format_class=None,
file_format_kwargs=None,
):

expected_data = {}

# DataClass developer's job start
Expand Down
1 change: 0 additions & 1 deletion tests/unit/test_BaseData.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ def __init__(
file_format_class=None,
file_format_kwargs=None,
):

### DataClass developer's job start
expected_data = {}
expected_data["number"] = None
Expand Down

0 comments on commit 906625d

Please sign in to comment.