Removed flake8, black and isort; moving towards ruff default settings instead.
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
import requests
|
||||
|
||||
|
||||
# Warning: This is a heavy process.
|
||||
|
||||
data = ""
|
||||
|
||||
@@ -4,7 +4,6 @@ from sanic.response import stream, text
|
||||
from sanic.views import HTTPMethodView
|
||||
from sanic.views import stream as stream_decorator
|
||||
|
||||
|
||||
bp = Blueprint("bp_example")
|
||||
app = Sanic("Example")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user