Skip to content

Commit

Permalink
fix bug in json-to-nestedtext
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Kundert authored and Ken Kundert committed Nov 22, 2020
1 parent 10b1b89 commit db41ab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/json-to-nestedtext
Expand Up @@ -14,7 +14,7 @@ is written to stdout.
"""

from docopt import docopt
from inform import fatal, os_error
from inform import fatal, full_stop, os_error
from pathlib import Path
import json
import nestedtext as nt
Expand Down

0 comments on commit db41ab6

Please sign in to comment.