Skip to content

Commit fb5f809

Browse files
committed
black
1 parent a403546 commit fb5f809

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posthog/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def _coerce_unicode(cmplx):
104104
item = cmplx.decode("utf-8", "strict")
105105
except AttributeError as exception:
106106
item = ":".join(exception)
107-
item.decode("utf-8", "strict") # type: ignore
107+
item.decode("utf-8", "strict") # type: ignore
108108
log.warning("Error decoding: %s", item)
109109
return None
110110
return item

0 commit comments

Comments
 (0)