Skip to content

Commit

Permalink
reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
danlu1 committed Nov 1, 2024
1 parent fc3e84f commit 65fad28
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ div.doc-contents {

.md-typeset table tbody {
font-size: .7rem
}
}
4 changes: 2 additions & 2 deletions synapseclient/services/json_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -274,7 +274,7 @@ def create(

class JsonSchemaOrganization:
"""Json Schema Organization
Attributes:
name: Name of JSON schema organization
"""
Expand Down

0 comments on commit 65fad28

Please sign in to comment.