add provider db documentation url

default case for unwrapping
try fixing python linting
This commit is contained in:
Simon Laux
2019-12-20 15:17:07 +01:00
parent 7da5fe2726
commit 5479877f65
3 changed files with 9 additions and 6 deletions

View File

@@ -1,9 +1,10 @@
"""Provider info class."""
from .capi import ffi, lib
from .capi import lib
from .cutil import as_dc_charpointer, from_dc_charpointer
import json
class ProviderNotFoundError(Exception):
"""The provider information was not found."""
@@ -55,7 +56,7 @@ class Provider(object):
def status(self):
"""The status of the provider information.
This is
This is
:attr:`"OK"`,
:attr:`"PREPARATION"` or
:attr:`"BROKEN"`.