Skip to content

Commit da0e211

Browse files
committed
Fix merge error
1 parent 6780baa commit da0e211

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cmd2/cmd2.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1278,8 +1278,6 @@ def complete(self, text, state):
12781278
"""
12791279
import functools
12801280
if state == 0 and rl_type != RlType.NONE:
1281-
1282-
if state == 0:
12831281
unclosed_quote = ''
12841282
self.set_completion_defaults()
12851283

0 commit comments

Comments
 (0)