Removed flake8, black and isort; moving towards ruff default settings instead.
This commit is contained in:
@@ -3,10 +3,8 @@ from random import choice, seed
|
||||
from pytest import mark
|
||||
|
||||
import sanic.router
|
||||
|
||||
from sanic.request import Request
|
||||
|
||||
|
||||
seed("Pack my box with five dozen liquor jugs.")
|
||||
|
||||
# Disable Caching for testing purpose
|
||||
|
||||
Reference in New Issue
Block a user