Skip to content

Commit

Permalink
Fix linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredoconnell committed Aug 20, 2024
1 parent bf7dd2c commit 63f6c55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/arcaflow_plugin_sdk/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -2525,8 +2525,8 @@ class ObjectSchema(_JSONSchemaGenerator, _OpenAPIGenerator):
loose_id: typing.Annotated[
typing.Optional[bool],
_name("Loose ID Check"),
_description("If true, the ID does not need to match another object for "
"them to be considered compatible."),
_description("If true, the ID does not need to match another object "
"for them to be considered compatible."),
] = None

def _to_jsonschema_fragment(
Expand Down

0 comments on commit 63f6c55

Please sign in to comment.