Basic package browsing UI

This commit is contained in:
Ellwood Zwovic
2017-07-13 22:19:09 -07:00
parent 2e45bf637a
commit 29e2db8952
2 changed files with 44 additions and 14 deletions

View File

@@ -263,7 +263,7 @@ class Repository:
setattr(self, attr, value)
@classmethod
def from_dict(cls, repodict: dict) -> Repository:
def from_dict(cls, repodict: dict):
"""
Like `set_from_dict`, but immutable
"""