Skip to content

Commit

Permalink
Formatting fixes from black
Browse files Browse the repository at this point in the history
  • Loading branch information
eprbell committed Apr 9, 2023
1 parent c66f7e1 commit 3726984
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions tests/ods_diff.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ def _parse_cell_value(cell: Any) -> Any:


def ods_diff(file1_path: Path, file2_path: Path, generate_ascii_representation: bool) -> str: # pylint: disable=too-many-branches

if not file1_path.exists():
return f"Error: {file1_path} does not exist"
if not file2_path.exists():
Expand Down Expand Up @@ -122,7 +121,6 @@ def ods_diff(file1_path: Path, file2_path: Path, generate_ascii_representation:


def main() -> None:

parser: ArgumentParser = ArgumentParser(description="Generate yearly capital gain/loss report and account balances for crypto holdings.")
parser.add_argument(
"-a",
Expand Down
2 changes: 0 additions & 2 deletions tests/test_ods_output_diff.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@


class TestODSOutputDiff(unittest.TestCase):

output_dir: Path

@classmethod
Expand All @@ -54,7 +53,6 @@ def _generate(
test_name: str,
config: str,
) -> None:

arguments: List[str] = [
"dali_us",
"-s",
Expand Down
1 change: 0 additions & 1 deletion tests/test_plugin_ods_rp2_input.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@


class TestRP2InputOds(unittest.TestCase):

transactions: List[AbstractTransaction]

@classmethod
Expand Down

0 comments on commit 3726984

Please sign in to comment.