mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
Merge pull request #4910 from xonsh/anki-code-patch-2
Update dummy.py: simple comment
This commit is contained in:
commit
7216dc1f8b
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ class DummyHistory(History):
|
|||
pass
|
||||
|
||||
def items(self, newest_first=False):
|
||||
yield {"inp": "dummy in action", "ts": 1464652800, "ind": 0}
|
||||
yield {"inp": "# dummy history backend in action", "ts": 1464652800, "ind": 0}
|
||||
|
||||
def all_items(self, newest_first=False):
|
||||
return self.items(newest_first=newest_first)
|
||||
|
|
Loading…
Add table
Reference in a new issue