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 """