Skip to content

Commit

Permalink
reformat mkdb.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pcoccoli committed Jul 26, 2024
1 parent 59548da commit d929522
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/kestrel_tool/src/kestrel_tool/mkdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
import typer


RE_UUID = re.compile("^%?{?([0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})}?$")
RE_UUID = re.compile(
"^%?{?([0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})}?$"
)


def _normalize_event(event: dict) -> dict:
Expand Down

0 comments on commit d929522

Please sign in to comment.