Skip to content

Commit

Permalink
pylint fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
libretto committed Jun 19, 2024
1 parent d04f781 commit 5db5948
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions karapace/schema_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ def parse(
schema=parsed_schema,
references=references,
dependencies=dependencies,
schema_imaginary=parsed_schema_imaginary
schema_imaginary=parsed_schema_imaginary,
)

elif schema_type is SchemaType.JSONSCHEMA:
Expand Down Expand Up @@ -296,7 +296,6 @@ def parse(
schema=parsed_schema,
references=references,
dependencies=dependencies,

)


Expand Down
1 change: 0 additions & 1 deletion tests/unit/test_serialization.py
Original file line number Diff line number Diff line change
Expand Up @@ -445,4 +445,3 @@ def test_name_strategy_for_protobuf(expected_subject: Subject, strategy: NameStr
get_subject_name(topic_name="foo", schema=TYPED_PROTOBUF_SCHEMA, subject_type=subject_type, naming_strategy=strategy)
== expected_subject
)

0 comments on commit 5db5948

Please sign in to comment.