Use f-strings instead of str.format() (#1793)

This commit is contained in:
Mykhailo Yusko
2020-02-25 22:01:13 +02:00
committed by GitHub
parent 861e87347a
commit 16961fab9d
19 changed files with 91 additions and 103 deletions

View File

@@ -1,5 +1,3 @@
import socket
from sanic.response import json, text
from sanic.testing import PORT, SanicTestClient