Skip to content

Commit

Permalink
fix encoding import
Browse files Browse the repository at this point in the history
  • Loading branch information
wajdikhattel committed May 21, 2020
1 parent c26fd98 commit cebfdc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion textract/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import argcomplete

from . import VERSION
from .parsers import DEFAULT_ENCODING, _get_available_extensions
from .parsers import DEFAULT_OUTPUT_ENCODING, _get_available_extensions


class AddToNamespaceAction(argparse.Action):
Expand Down

0 comments on commit cebfdc7

Please sign in to comment.