yet lint errors
This commit is contained in:
parent
de9ad82011
commit
fd52438d61
|
@ -163,7 +163,7 @@ class EntrustSourcePlugin(SourcePlugin):
|
|||
|
||||
def get_certificates(self, options, **kwargs):
|
||||
# Not needed for ENTRUST
|
||||
raise NotImplementedError("Not implemented\n", self, options, **kwargs
|
||||
raise NotImplementedError("Not implemented\n", self, options, **kwargs)
|
||||
|
||||
def get_endpoints(self, options, **kwargs):
|
||||
# There are no endpoints in ENTRUST
|
||||
|
|
Loading…
Reference in New Issue