You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ black .
error: cannot format ..../init.py: INTERNAL ERROR: Black produced invalid code: f-string: expecting '}' (, line 35). Please report a bug on https://github.com/psf/black/issues. This invalid output might be helpful: /tmp/blk_pq9jt9me.log
Oh no! 💥 💔 💥
63 files left unchanged, 1 file failed to reformat.
The line is this:
f'SQL string to apply to input CSV (i.e. "select * from stdin"), or apply a built-in aggregation: {', '.join([f"\"{r}\""forrinexisting_reports])}'
The text was updated successfully, but these errors were encountered:
Oh no! 💥 💔 💥
63 files left unchanged, 1 file failed to reformat.
The line is this:
f'SQL string to apply to input CSV (i.e. "select * from stdin"), or apply a built-in aggregation: {', '.join([f"\"{r}\"" for r in existing_reports])}'
The text was updated successfully, but these errors were encountered: