Document and reformat
This commit is contained in:
parent
44e5b66e2d
commit
7165174f4f
15 changed files with 136 additions and 39 deletions
|
|
@ -8,6 +8,8 @@ from ..views import Filter, SortBy, Trace
|
|||
|
||||
|
||||
class TracingDatabaseDriver(ABC):
|
||||
"""Interface expected from a database to be used for storing traces."""
|
||||
|
||||
is_production_ready: bool
|
||||
initialized: bool = False
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue