diff --git a/papers/commands/helpers.py b/papers/commands/helpers.py index e915878..91db970 100644 --- a/papers/commands/helpers.py +++ b/papers/commands/helpers.py @@ -3,7 +3,7 @@ from .. import color from .. import pretty from ..repo import InvalidReference from ..paper import NoDocumentFile -from ..uis import get_ui() +from ..uis import get_ui def add_references_argument(parser, single=False):