Skip to content

Commit a9810e0

Browse files
committed
Changed wording
1 parent 04e26a7 commit a9810e0

3 files changed

Lines changed: 2 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changelog
2-
## v1.2.0 7/8/24
2+
## v1.2.0 7/17/24
33
- Generalized Avro functions and separated encoding/decoding behavior.
44

55
## v1.1.5 6/6/24

src/nypl_py_utils/classes/avro_client.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,7 @@ class AvroDecoder(AvroClient):
119119

120120
def decode_record(self, record):
121121
"""
122-
Decodes a single record represented either as a byte or
123-
base64 string, using the given Avro schema.
122+
Decodes a single record represented using the given Avro schema.
124123
125124
Returns a dictionary where each key is a field in the schema.
126125
"""

tests/test_avro_client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222

2323

2424
class TestAvroClient:
25-
2625
@pytest.fixture
2726
def test_avro_encoder_instance(self, requests_mock):
2827
requests_mock.get(

0 commit comments

Comments
 (0)