Skip to content

Commit

Permalink
Add missing () for import_types function call
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielGerlicher authored Dec 4, 2023
1 parent 7085c47 commit b447386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pandoc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ def write(doc, file=None, format=None, options=None):
# JSON Reader v1
# ------------------------------------------------------------------------------
def read_json_v1(json_, type_=None):
types = import_types
types = import_types()

if type_ is None:
type_ = types.Pandoc
Expand Down

0 comments on commit b447386

Please sign in to comment.