Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement repr for History object #14

Merged
merged 3 commits into from
Aug 3, 2015
Merged

Implement repr for History object #14

merged 3 commits into from
Aug 3, 2015

Conversation

ericdill
Copy link
Contributor

@ericdill ericdill commented Aug 3, 2015

Closes #2

@@ -66,7 +66,9 @@ def __init__(self, fname):
self._keys = self.past(self.RESERVED_KEY_KEY)
for k in self._keys:
self._cache[k] = self.past(k)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a blank line missing here?

@danielballan
Copy link
Contributor

Sweet. Looks good.

danielballan added a commit that referenced this pull request Aug 3, 2015
Implement repr for History object
@danielballan danielballan merged commit fb3be17 into Nikea:master Aug 3, 2015
@ericdill ericdill deleted the repr branch January 19, 2016 16:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants