diff options
author | kotfu <kotfu@kotfu.net> | 2019-05-25 14:02:08 -0600 |
---|---|---|
committer | kotfu <kotfu@kotfu.net> | 2019-05-25 14:02:08 -0600 |
commit | cba3ec5bec6c4dc69d026a2ce36ebdd45db09e67 (patch) | |
tree | 9252764dfda787890a34eeb661f8b21321552678 /cmd2/history.py | |
parent | 7644204d3d9589e02ce6f39c16caf2c75cd364df (diff) | |
download | cmd2-git-cba3ec5bec6c4dc69d026a2ce36ebdd45db09e67.tar.gz |
Fixed flake error
Diffstat (limited to 'cmd2/history.py')
-rw-r--r-- | cmd2/history.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd2/history.py b/cmd2/history.py index 0b7404de..6bec5316 100644 --- a/cmd2/history.py +++ b/cmd2/history.py @@ -12,6 +12,7 @@ import attr from . import utils from .parsing import Statement + @attr.s(frozen=True) class HistoryItem(): """Class used to represent one command in the History list""" |