Skip to content

Commit

Permalink
fix unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
rly committed Oct 26, 2023
1 parent 66a0db0 commit c71bbab
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions hdmf_docutils/doctools/rst.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,8 +288,6 @@ def spec_to_yaml(spec):
:return: YAML string for the current specification
"""
import json
import sys

from ruamel.yaml import YAML
from ruamel.yaml.compat import StringIO
clean_spec = json.loads(json.dumps(spec, sort_keys=True, indent=4, separators=(',', ': ')))
Expand Down

0 comments on commit c71bbab

Please sign in to comment.