better domain method name for checking DD254 completeness

This commit is contained in:
dandds
2019-02-20 11:07:50 -05:00
parent 47f57351f7
commit 4521b7483f
3 changed files with 4 additions and 4 deletions

View File

@@ -186,7 +186,7 @@ class DD254s:
# TODO: standin implementation until we have a real download,
# sign, and verify process for the DD 254 PDF
@classmethod
def complete(cls, dd254):
def is_complete(cls, dd254):
if dd254 is None:
return False