pep8 for merge + changes

This commit is contained in:
Nicholas St. Germain 2018-12-29 21:57:48 -06:00
parent 21a559fccc
commit 0629c61a29
4 changed files with 7 additions and 6 deletions

View file

@ -108,6 +108,7 @@ class OmbiRequestCounts(NamedTuple):
approved: int = 0
available: int = 0
class OmbiIssuesCounts(NamedTuple):
pending: int = 0
inProgress: int = 0