Applied Black, refs #445

This commit is contained in:
Simon Willison 2022-06-20 12:50:15 -07:00
commit 8a9fe6498f

View file

@ -335,6 +335,7 @@ class TypeTracker:
# Outputs {'id': 'integer', 'name': 'text'}
db["creatures"].transform(types=tracker.types)
"""
def __init__(self):
self.trackers = {}