You could try using format_str:
from black import format_str, FileMode
res = format_str("some python code", mode=FileMode())
print(res)
You could try using format_str:
from black import format_str, FileMode
res = format_str("some python code", mode=FileMode())
print(res)
The requested URL was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.