Skip to content

Commit 7fe5cf7

Browse files
committed
Fixed missing import
1 parent 19312f4 commit 7fe5cf7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/basic_completion.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
familiar with argparse. The recommended approach for tab completing positional tokens and flags is to use
1212
argparse-based completion. For an example integrating tab completion with argparse, see argparse_completion.py
1313
"""
14+
import functools
15+
1416
import cmd2
1517

1618
# List of strings used with completion functions

0 commit comments

Comments
 (0)