Skip to content

Commit cba3ec5

Browse files
committed
Fixed flake error
1 parent 7644204 commit cba3ec5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd2/history.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
from . import utils
1313
from .parsing import Statement
1414

15+
1516
@attr.s(frozen=True)
1617
class HistoryItem():
1718
"""Class used to represent one command in the History list"""

0 commit comments

Comments
 (0)