ruff --fix # also import sorting

This commit is contained in:
L. Kärkkäinen
2023-10-25 01:03:35 +01:00
parent 758f10c513
commit 9ae25e6744
36 changed files with 52 additions and 61 deletions

View File

@@ -3,7 +3,6 @@ import os
import sys
import timeit
from sanic.response import json

View File

@@ -1,6 +1,5 @@
from asyncio import CancelledError
from sanic import Request, Sanic, json

View File

@@ -1,6 +1,5 @@
import sys
import pytest
from sanic import Sanic