From 65fad28c9b7ac83d4941ec6fc8f18bb936ebe566 Mon Sep 17 00:00:00 2001 From: danlu1 Date: Fri, 1 Nov 2024 10:47:55 -0700 Subject: [PATCH] reformat --- docs/css/custom.css | 2 +- synapseclient/services/json_schema.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/css/custom.css b/docs/css/custom.css index f859f7ac5..af1c6d107 100644 --- a/docs/css/custom.css +++ b/docs/css/custom.css @@ -6,4 +6,4 @@ div.doc-contents { .md-typeset table tbody { font-size: .7rem -} \ No newline at end of file +} diff --git a/synapseclient/services/json_schema.py b/synapseclient/services/json_schema.py index c9b6de818..136da8a00 100644 --- a/synapseclient/services/json_schema.py +++ b/synapseclient/services/json_schema.py @@ -11,7 +11,7 @@ import json from functools import wraps -from typing import Mapping, Sequence, Union, Optional +from typing import Mapping, Optional, Sequence, Union from synapseclient.client import Synapse from synapseclient.core.exceptions import SynapseAuthenticationError, SynapseHTTPError @@ -274,7 +274,7 @@ def create( class JsonSchemaOrganization: """Json Schema Organization - + Attributes: name: Name of JSON schema organization """