Skip to content

Commit 397ff7e

Browse files
chore: format conftest with black
Signed-off-by: SubhraSameerDash <[email protected]>
1 parent c95bf8a commit 397ff7e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
1313
- Standardize formatting of evm_address_test.py using Black for improved consistency and readability (#1529)
1414
- Formatted unit test files using Black.
1515
- Format `tests/unit/network_tls_test.py` with black for code style consistency (#1543)
16-
- Format `tests/unit/conftest.py` with black for code style consistency. (#1544)
16+
- Format `tests/unit/conftest.py` with black for code style consistency. (#1522)
1717
- Format tests/unit/network_tls_test.py with black for code style consistency (#1543)
1818
- Formatted `ethereum_transaction_test.py` using Black.
1919
- Formatted client_test.py using Black.
20+
- Format `tests/unit/conftest.py` with black for code style consistency. (#1522)
2021

2122
### Added
2223
- Added Windows setup guide for SDK developers (`docs/sdk_developers/training/setup/setup_windows.md`) with PowerShell installation instructions. (#1570)

tests/unit/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def amount():
5252
@pytest.fixture
5353
def metadata():
5454
"""Fixture to provide mock metadata for NFTs."""
55-
return [b"a"]
55+
return [b'a']
5656

5757

5858
@pytest.fixture

0 commit comments

Comments
 (0)